`npm install @takumus/cubic-bezier` # Usage ```js import CubicBezier from '@takumus/cubic-bezier';
published version 2.0.0, 3 years agoThis is a template generator for TypeScript library. It generates a project based on [TypeScriptLibraryTemplate](https://github.com/takumus/TypeScriptLibraryTemplate). # Install ``` npm install -g @takumus/tslib-cli ``` # How to create/edit proje
published version 1.0.1, 4 years agoI recommend you to use `tslib-cli` because this is a template for tslib-cli. # Usage ## Build ``` npm run build ``` ## buildSettings.buildMode ### paralell You can run a build fast because it is going to build cjs/esm/browser/d.ts at the same time
published version 1.0.7, 4 years ago