UNPKG

matrix-engine-plugins

Version:
18 lines (16 loc) 483 B
/** * @description * Matrix-Engine-Plugins project * - planeUVFont generated from blender * - MTM text data manipulation */ import {BlenderAssetsMEPlugins} from './blender-assets/skeletal'; import { planeFont } from './matrix-fonts/2dPlaneFont/access/2dPlaneFont'; import { planeUVFont } from './matrix-fonts/2dUVPlaneFont/access/2dUVPlaneFont'; import MTM from './matrix-text-filler/MTF'; export { planeFont, planeUVFont, MTM, BlenderAssetsMEPlugins }