path_animate_simple
TypeScript icon, indicating that this package has built-in type declarations

0.2.2 • Public • Published

Gallery of path animations

path_aminate_simple

auth: wwmin

installation

npm i path_animate_simple --save

or just from cdn

<script src="https://cdn.jsdelivr.net/npm/path_animate_simple@{replace-version}/dist/index.js" type="module"></script>

Usage

import pathAnimateSimple from "path_animate_simple";

Contributing

usage typescript

  1. global install typesciprt
npm install -g typescript
  1. Manually convert ts to js
tsc xxx.ts
  1. vscode automatically converts ts to js after configuration
tsc --init

The tsconfig.json file is generated Open the tsconfig.json file, modify the contents as needed, you can save ts to a specific location can be modified '"outDir": "Store the storage path of the generated js"', Select 'run build task' in terminal, then select 'tsc:watch - tsconfig.json', after listening, you can write the ts code directly, After pressing Save, the generated js code will be automatically updated

Readme

Keywords

Package Sidebar

Install

npm i path_animate_simple

Weekly Downloads

1

Version

0.2.2

License

ISC

Unpacked Size

35.1 kB

Total Files

4

Last publish

Collaborators

  • wwmin