Skip to content

afeiship/next-gpid

Repository files navigation

next-gpid

Get picture uid from url.

version license size download

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.