@jaak/playback-node
v0.2.3
Published
Simplified interactions with the JAAK Playback API for node JS environment
Downloads
3
Readme
@jaak/playback-node
Use the node-webcrypto-ossl Web Crypto API polyfill with the @jaak/playback package
⚠️ This repo is under active development and the API is likely to change without warning ⚠️
Installation
npm install @jaak/playback-node
Usage
This package exposes the same exports as the @jaak/playback
package, but depends on the
node-webcrypto-ossl
package and
uses it as a Web Crypto API polyfill (see here
for more information about the usage of the Web Crypto API).
For high level usage of this package, see the Node.js specific usage within the jaak.js usage guide.
Contributing 🙋♀️
See the jaak.js contributing guide.