Pipe's Recording Client Is Now on NPM
Since Pipe launched, the recording client has been available as an HTML embed code or as a JS embed code. It works well, and many products are built on it. But for teams working with modern JavaScript frameworks, pasting embed snippets into a project might be a little out of place.
As of June 25th, the Pipe recording client is also available as an NPM package:
npm install @addpipe/pipe-recording-clientYou still need a valid Pipe account to use it, same as before. The recording functionality, the infrastructure behind it, and everything that makes Pipe reliable across devices and browsers are all the same. What's new is just how you pull it into your project. We spent the last few weeks going through several revisions.
The HTML and JS embed code isn't going anywhere. Both approaches work and will continue to work. NPM is an addition, not a replacement.
Documentation for the NPM package is available on the official NPM page.