UNPKG

image-js

Version:

Image processing and manipulation in JavaScript

5 lines (4 loc) 195 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.ts'; export * from './extra/draw/index.ts';