preset.d.ts 406 B

1234567
  1. export { default as drawImage } from './drawImage';
  2. export { default as roundRect } from './roundRect';
  3. export { default as fillRoundRect } from './fillRoundRect';
  4. export { default as strokeRoundRect } from './strokeRoundRect';
  5. export { default as fillWarpText } from './fillWarpText';
  6. export { default as drawRoundImage } from './drawRoundImage';
  7. export { default as drawImageFit } from './drawImageFit';