@jswork/next-gpid
v1.0.4
Published
Get picture uid from url.
Downloads
20
Readme
next-gpid
Get picture uid from url.
installation
yarn add @jswork/next-gpid
usage
import '@jswork/next-gpid';
const url = 'http://upload-images.jianshu.io/upload_images/2110669-31cb0672f7e2c467.png';
const pid = nx.gpid(url);
// 2110669-31cb0672f7e2c467
license
Code released under the MIT license.