UNPKG

image-js

Version:

Image processing and manipulation in JavaScript

5 lines 236 B
// API for the browser build. // TODO: figure out how to bundle the SSIM library. Then we can just use `index_full.ts` instead. export * from "./index.js"; export * from "./extra/draw/index.js"; //# sourceMappingURL=index_browser.js.map