Skip to content
/ jsmovin Public

To generate "AE bodymovin" JSON format using JavaScript.

Notifications You must be signed in to change notification settings

z-jack/jsmovin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSMovin

To generate "AE bodymovin" JSON format using JavaScript.

Usage

Use NPM or Yarn (Recommanded)

npm install --save jsmovin # use npm
# or
yarn add jsmovin # use yarn

Build By Yourself

Initialization

npm install # use npm
# or
yarn # use yarn

Compile JSON Specification

npm run spec # use npm
# or
yarn spec # use yarn

Build Bundle

npm run build # use npm
npm run build:types # only generate .d.ts files
npm run build:js # only compile TypeScript to JavaScript
npm run build:bundle # only pack files to jsmovin(.min).js
# or
yarn build # use yarn
yarn build:types
yarn build:js
yarn build:bundle # same as previous

APIs

Waiting...

About

To generate "AE bodymovin" JSON format using JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published