@bodhiveggie/web-utils
v0.0.1
Published
Common web utilities 🌞
Downloads
1
Readme
@bodhiveggie/web-utils
useful utils for the web
Install
npm i -S @bodhiveggie/web-utils
Usage
import {
openApp,
shareQQ,
shareWechat,
// Utils
getScript,
jsonp,
loadFonts,
// Vendor
checkPlatform,
isInWechat
} from '@bodhiveggie/web-utils';
// Browse the source to see usage. It was well written.