@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.