1.6.0 • Published 1 year ago

wutils-ts v1.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

utils for TS/JS

external

rewardful

For: https://app.getrewardful.com/

https://developers.rewardful.com/javascript-api/overview

import RewardfulPlugin from 'wutils-ts/plugins/rewardful';

Vue.use(RewardfulPlugin, {
  key: 'YOUR-API-KEY',
  jsSrc: 'https://r.wdfl.co/rw.js',
});

'jsSrc' is optional, for those who want to use their own domain.