UNPKG

animatable-js

Version:

This package allows easy and light implementation of linear or curved animation in javascript. (Especially suitable in a development environment on web components or canvas.)

11 lines 268 B
{ "compilerOptions": { "lib": ["ES2023", "DOM"], "module": "ES2022", "target": "ES2015", "declaration": true, "declarationDir": "dist/types", }, "exclude": ["node_modules", "dist"], "include": ["src"] }