potato-tools
v0.0.0
Published
a simple js tool lib
Readme
🥔 potato-tools
A Simple JavaScript Tool Lib.
📦 Install
npm i @heliapan/potato-tools🔨 Usage
- es6
main.js
import _pt from '@heliapan/potato-tools'
console.log(_pt)- umd
<script src="./scripts/potato-tools.umd.js"></script>
<script>
console.log(_pt)
</script>