0.0.14 • Published 4 years ago
svg-motion v0.0.14
JS-SVG-Motion
Only used for L command of the path of svg elements.
Installation
Via npm
$ npm install svg-motion
or manual download here!
Usage
CDN
localhost
<script type="text/javascript" src="svg-motion.cdn.js"></script>
online
<script type="text/javascript" src="http://hutech.tech/svg-motion.cdn.js"></script>
minimized
<script type="text/javascript" src="http://hutech.tech/svg-motion.cdn.min.js"></script>
ES6
import { LineSvgMotion } from "svg-motion";