0.2.2 • Published 3 years ago

path_animate_simple v0.2.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago