gitextract_xz5nebjd/ ├── .gitignore ├── .npmignore ├── CHANGELOG.md ├── LICENSE ├── README.md ├── babel.config.js ├── docs/ │ ├── .vuepress/ │ │ └── config.js │ ├── README.md │ └── document/ │ ├── README.md │ ├── anim-api.md │ ├── anim-prop.md │ ├── canvas.md │ ├── config.md │ ├── dataset.md │ ├── example.md │ ├── implement.md │ ├── instance.md │ └── masking-api.md ├── example.json ├── index.js ├── package.json └── src/ ├── index.js └── utils.js