lilishop-uniapp/js_sdk/u-draw-poster/extends/draw-function/index.d.ts

8 lines
425 B
TypeScript
Raw Normal View History

2021-05-13 11:03:32 +08:00
export { default as drawImage } from "./draw-image";
export { default as roundRect } from "./round-rect";
export { default as fillRoundRect } from "./fill-round-rect";
export { default as strokeRoundRect } from "./stroke-round-rect";
export { default as fillWarpText } from "./fill-warp-text";
export { default as drawRoundImage } from "./draw-round-image";
export { default as drawImageFit } from "./draw-image-fit";