1.0.3 • Published 1 year ago

@stable-canvas/sd-webui-a1111-pnginfo v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

sd-webui-a1111-pnginfo

pnginfo reader/parser for a1111/webui

usage

import { PNGInfo } from '@stable-canvas/sd-webui-a1111-pnginfo';
const $image = /** <img /> ; base64_str ; Blob ; File ...  */ ; 
const pnginfo = new PNGInfo($image);
const params = await pnginfo.getParams();
console.log(params);

todos

  • more formats support
  • support utf8 prompt (exifr problem)
1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago