@cantoo/pdf-lib
Version:
Create and modify PDF files with JavaScript
10 lines • 462 B
TypeScript
export { default as Arc } from './Arc';
export { default as Circle } from './Circle';
export { default as GraphElement } from './GraphElement';
export { default as Ellipse } from './Ellipse';
export { default as Line } from './Line';
export { default as SegmePlotnt } from './Plot';
export { default as Point } from './Point';
export { default as Rectangle } from './Rectangle';
export { default as Segment } from './Segment';
//# sourceMappingURL=index.d.ts.map