mirror of
https://github.com/LucasDower/ObjToSchematic.git
synced 2024-12-09 02:49:57 +08:00
Updated imports
This commit is contained in:
parent
1116e6b34b
commit
100f7f3f01
@ -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 {
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user