Files
deep/pdf-preview-site/backend/node_modules/pdf-lib/es/api/image/alignment.d.ts
T
2026-04-20 16:18:26 +08:00

6 lines
122 B
TypeScript

export declare enum ImageAlignment {
Left = 0,
Center = 1,
Right = 2
}
//# sourceMappingURL=alignment.d.ts.map