add hw2
This commit is contained in:
11
node_modules/roughjs/bundled/rough.d.ts
generated
vendored
Normal file
11
node_modules/roughjs/bundled/rough.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Config } from './core';
|
||||
import { RoughCanvas } from './canvas';
|
||||
import { RoughGenerator } from './generator';
|
||||
import { RoughSVG } from './svg';
|
||||
declare const _default: {
|
||||
canvas(canvas: HTMLCanvasElement, config?: Config): RoughCanvas;
|
||||
svg(svg: SVGSVGElement, config?: Config): RoughSVG;
|
||||
generator(config?: Config): RoughGenerator;
|
||||
newSeed(): number;
|
||||
};
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user