Skip to content

Commit f5bbab1

Browse files
committed
feat: export image utils
1 parent 41ad97d commit f5bbab1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import { Bundle } from './bundle';
22
export * from './bundle';
33
export const loadAssetBundle = Bundle.load;
44

5+
export * from './utils/image';
6+
57
export { AssetType } from './classes/types';
68
export type { AssetObject } from './classes/index';
79

0 commit comments

Comments
 (0)