import { createMaterial } from './material'; export function create() { createMaterial(); } export * from './load'; export * from './material';