0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2025-01-04 22:01:08 -05:00
penpot-exporter-figma-plugin/plugin-src/utils/index.ts
Jordi Sala Morales 3094f05e98
Optimize images before generating zip file (#141)
* Optimize images before generating zip file

* add changelog

* refactor

* fix lint
2024-06-05 12:36:49 +02:00

8 lines
282 B
TypeScript

export * from './applyMatrixToPoint';
export * from './calculateAdjustment';
export * from './calculateLinearGradient';
export * from './calculateRadialGradient';
export * from './getBoundingBox';
export * from './matrixInvert';
export * from './rgbToHex';
export * from './sleep';