- Premiere Pro
- QE DOM
Install Node.js and TypeScript and git.
/// <reference path='node_modules/types-for-adobe-extras/Premiere/12.0/qeDom.d.ts' />
To publish a new version of this project on npm for use in projects, please follow the steps below:
1. Auth and Access
- Ensure you are logged in to your npmjs.com account with
npm login
and follow the prompts to complete your login - Ensure your npmjs.com account has access to publish to the npm package, if not, reach out to an admin for access
2. Version and Publish
- Version up the
package.json
- Run
npm publish
- Push the commit with the new version to GitHub