文件名称:google-photos-album-image-url-fetch
文件大小:73KB
文件格式:ZIP
更新时间:2024-04-26 02:50:48
TypeScript
google-photos-album-image-url-fetch GooglePhotosAlbum.fetchImageUrls 从共享相册网址中提取公共图片网址 您还可以使用通过传递给第二个参数来取消请求。 import * as GooglePhotosAlbum from '../src/index' ; const main = async ( ) => { const re = await GooglePhotosAlbum . fetchImageUrls ( 'https://photos.app.goo.gl/QCXy6XaKX5x1AynH8' ) ; console . log ( JSON . stringfy ( re , null , 2 ) ) ; } main ( ) . catch ( er => console . error ( er
【文件预览】:
google-photos-album-image-url-fetch-master
----.eslintrc.json(2KB)
----.gitignore(2KB)
----package.json(2KB)
----package-lock.json(256KB)
----src()
--------impl.ts(2KB)
--------expected.json(2KB)
--------constant.ts(89B)
--------index.ts(1KB)
--------imageInfo.ts(988B)
----.travis.yml(883B)
----tsconfig.json(406B)
----types()
--------expected.d.ts(130B)
----README.md(5KB)
----.eslintignore(20B)
----jest.setup.js(43B)
----.vscode()
--------settings.json(53B)
--------launch.json(826B)
----.markdownlint.json(42B)
----.npmignore(2KB)
----.gitattributes(187B)
----test()
--------impl.test.ts(1KB)
--------main.test.ts(1KB)