Can't use remote pin in js-ipfs?

like title , I want to use remote pin in js-ipfs, but I got an error.
I use ipfs.pin.remote.service.add but get this error Uncaught (in promise) Error: Not implemented.
is there anyone can help me ?

Like the error says, remote pinning is not implemented in js-ipfs yet.

There’s a PR that’s most of the way there but the author doesn’t have enough time to finish it off, maybe you could take it over?

It’s this one: ipfs/js-ipfs#3588