UNPKG

@canvacord/beta

Version:

Simple & easy to use image manipulation module for beginners.

7 lines (6 loc) 298 B
export * as Canvas from './Canvas/module'; export { CanvacordImgen as ImageMaker } from './imgen/Imgen'; export { Matrices as ConvolutionMatrix } from './editor/Matrix'; export { Photoshop } from './editor/Photoshop'; export { Util } from './Utils/Util'; export * from './types/globalTypes';