@resyin/mew
v1.0.5
Published
Mew is a javascript utils for @resyin.
Downloads
2
Readme
Mew
Mew is a javascript utils for @resyin.
Install
In Browser
<script src="https://cdn.jsdelivr.net/npm/@resyin/mew/dist/mew.js"></script>
mew
will be registered as a global variable.
console.log(mew.hello());
In NPM
$ npm install @resyin/mew --save
// ES6
import {hello} from "@resyin/mew";
console.log(hello());
Usage
See the Mew examples.