UNPKG

canvacard

Version:

Powerful image manipulation package for beginners.

15 lines 272 B
export type Plugins = { /** * Complement of circle */ circle: Function; /** * Convolute complement */ convolute: Function; /** * Complement of abbreviations */ abbrev: Function; }; //# sourceMappingURL=Plugins.d.ts.map