UNPKG

canvasimo

Version:

An HTML5 canvas drawing library, with 150+ useful methods, jQuery-like fluent interface, and cross-browser compatibility enhancements.

6 lines (5 loc) 124 B
declare const logger: { info: (message: string) => void; warn: (message: string) => void; }; export default logger;