first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
32
node_modules/canvg/lib/index.d.ts
generated
vendored
Normal file
32
node_modules/canvg/lib/index.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
import * as presets from './presets';
|
||||
export * from './types';
|
||||
export * from './util';
|
||||
export { default } from './Canvg';
|
||||
export { default as Canvg } from './Canvg';
|
||||
export * from './Canvg';
|
||||
export { default as Parser } from './Parser';
|
||||
export * from './Parser';
|
||||
export { default as Screen } from './Screen';
|
||||
export * from './Screen';
|
||||
export { default as Document } from './Document';
|
||||
export * from './Document';
|
||||
export { default as Transform } from './Transform';
|
||||
export * from './Transform';
|
||||
export { default as BoundingBox } from './BoundingBox';
|
||||
export * from './BoundingBox';
|
||||
export { default as Point } from './Point';
|
||||
export * from './Point';
|
||||
export { default as Property } from './Property';
|
||||
export * from './Property';
|
||||
export { default as Font } from './Font';
|
||||
export * from './Font';
|
||||
export { default as Mouse } from './Mouse';
|
||||
export * from './Mouse';
|
||||
export { default as ViewPort } from './ViewPort';
|
||||
export * from './ViewPort';
|
||||
export { default as SVGFontLoader } from './SVGFontLoader';
|
||||
export * from './SVGFontLoader';
|
||||
export { default as PathParser } from './PathParser';
|
||||
export * from './PathParser';
|
||||
export { presets };
|
||||
//# sourceMappingURL=index.d.ts.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue