editframe-js
editframe-js
is the official Node client for interacting with the Editframe API.
This library currently only works in Node
environments and does not work in a browser. Additionally, this should
only be used in server environments to protect your API key.
Installation
Set your npm access token in your shell or installation will fail when trying to install @editframe/shared-types
.
export NPM_TOKEN=your-token-goes-here
npm install @editframe/editframe-js
or
yarn add @editframe/editframe-js