@lexmata/micropdf 0.9.0 → 0.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -167,5 +167,5 @@ export { ResourceType, handleRegistry, enableTracking, enableStackTraces, isTrac
|
|
|
167
167
|
*/
|
|
168
168
|
export { colorFromRGB, colorFromRGBA, colorFromGray, colorFromCMYK, pointsFromCoords, pointsFromObjects, transformPointsInPlace, transformPoints, rectsFromCoords, rectsFromObjects, transformRectsInPlace, matrixIdentity, matrixTranslate, matrixScale, matrixRotate, matrixConcatInPlace, matrixConcat, pointDistances, pointDistancesSquared, rectContainsPoints, countPointsInRect, convertPixelFormat, premultiplyAlpha, unpremultiplyAlpha } from './typed-arrays.js';
|
|
169
169
|
/** Library version */
|
|
170
|
-
export declare const VERSION = "0.
|
|
170
|
+
export declare const VERSION = "0.9.1";
|
|
171
171
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.js
CHANGED
|
@@ -361,5 +361,5 @@ convertPixelFormat, premultiplyAlpha, unpremultiplyAlpha } from './typed-arrays.
|
|
|
361
361
|
// Version
|
|
362
362
|
// ============================================================================
|
|
363
363
|
/** Library version */
|
|
364
|
-
export const VERSION = '0.
|
|
364
|
+
export const VERSION = '0.9.1';
|
|
365
365
|
//# sourceMappingURL=index.js.map
|