UNPKG

fast-png

Version:

PNG image decoder and encoder written entirely in JavaScript

11 lines 189 B
export const ResolutionUnitSpecifier = { /** * Unit is unknown. */ UNKNOWN: 0, /** * Unit is the metre. */ METRE: 1, }; //# sourceMappingURL=types.js.map