V1_commit_RGC

This commit is contained in:
2026-02-11 13:57:54 +01:00
commit ef397eedac
4901 changed files with 292881 additions and 0 deletions

32
SuiviREForamteur/node_modules/canvg/lib/index.d.ts generated vendored Normal file
View 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