@jswork/thunder-url
v1.0.3
Published
Download url to thunder url.
Readme
thunder-url
Download url to thunder url.
installation
npm install @jswork/thunder-urlusage
import ThunderUrl from '@jswork/thunder-url';
// usage goes here.
// encode:
const url = 'https://www.baidu.com';
const thunderUrl = ThunderUrl.encode(url);
console.log(thunderUrl);
// decode:
const url2 = ThunderUrl.decode(thunderUrl);
console.log(url2);license
Code released under the MIT license.
