UNPKG

openfl

Version:

A fast, productive library for 2D cross-platform development.

7 lines (5 loc) 285 B
export { default as CubeTexture } from "./CubeTexture"; export { default as RectangleTexture } from "./RectangleTexture"; export { default as Texture } from "./Texture"; export { default as TextureBase } from "./TextureBase"; export { default as VideoTexture } from "./VideoTexture";