Updated imports

This commit is contained in:
Lucas Dower 2022-03-22 21:18:45 +00:00
parent 1116e6b34b
commit 100f7f3f01
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,7 @@
import { BasicBlockAssigner, OrderedDitheringBlockAssigner } from './block_assigner';
import { Voxel, VoxelMesh } from './voxel_mesh';
import { BlockAtlas, BlockInfo } from './block_atlas';
import { ColourSpace, CustomError, LOG } from './util';
import { ColourSpace, CustomError } from './util';
import { Renderer } from './renderer';
interface Block {

View File

@ -10,8 +10,6 @@ import { ColourSpace } from '../src/util';
import { log, LogStyle } from './logging';
import { headlessConfig } from './headless-config';
import fs from 'fs';
void async function main() {
const mesh = _import({
absoluteFilePathLoad: headlessConfig.import.absoluteFilePathLoad,