canvas-sketch-types
v1.1.2
Published
TypeScript declaration files for canvas-sketch
Downloads
19
Readme
Type definitions for canvas-sketch.
To use, npm install canvas-sketch-types and add the following to your tsconfig.json:
{
"compilerOptions": {
"paths": {
"canvas-sketch": ["node_modules/canvas-sketch-types"],
"canvas-sketch/*": ["node_modules/canvas-sketch-types/*"]
}
}might add to DefinitelyTyped in the future
