Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sangche
/
bottle
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
bottle
/
web
/
scripts
/
metadata
/
png.js
sangche
Upload 360 files
7aff9a8
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
172 Bytes
// Shim for scripts/metadata/png.ts
export
const
getFromPngBuffer =
window
.
comfyAPI
.
png
.
getFromPngBuffer
;
export
const
getFromPngFile =
window
.
comfyAPI
.
png
.
getFromPngFile
;