1.0.0 • Published 4 years ago

@feizheng/next-to-dingtalk-url v1.0.0

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

next-to-dingtalk-url

Wrap url in dingtalk.

version license size download

installation

npm install -S @feizheng/next-to-dingtalk-url

usage

import '@feizheng/next-to-dingtalk-url';

const url = 'https://www.mipengine.org/';
const dingUrl = nx.toDingtalkUrl(url);

console.log(dingUrl);
// dingtalk://dingtalkclient/page/link?pc_slide=true&url=https%3A%2F%2Fwww.mipengine.org%2F

license

Code released under the MIT license.

1.0.0

4 years ago