forked from mirror/ObjToSchematic
Updated imports
This commit is contained in:
parent
1116e6b34b
commit
100f7f3f01
@ -1,7 +1,7 @@
|
|||||||
import { BasicBlockAssigner, OrderedDitheringBlockAssigner } from './block_assigner';
|
import { BasicBlockAssigner, OrderedDitheringBlockAssigner } from './block_assigner';
|
||||||
import { Voxel, VoxelMesh } from './voxel_mesh';
|
import { Voxel, VoxelMesh } from './voxel_mesh';
|
||||||
import { BlockAtlas, BlockInfo } from './block_atlas';
|
import { BlockAtlas, BlockInfo } from './block_atlas';
|
||||||
import { ColourSpace, CustomError, LOG } from './util';
|
import { ColourSpace, CustomError } from './util';
|
||||||
import { Renderer } from './renderer';
|
import { Renderer } from './renderer';
|
||||||
|
|
||||||
interface Block {
|
interface Block {
|
||||||
|
@ -10,8 +10,6 @@ import { ColourSpace } from '../src/util';
|
|||||||
import { log, LogStyle } from './logging';
|
import { log, LogStyle } from './logging';
|
||||||
import { headlessConfig } from './headless-config';
|
import { headlessConfig } from './headless-config';
|
||||||
|
|
||||||
import fs from 'fs';
|
|
||||||
|
|
||||||
void async function main() {
|
void async function main() {
|
||||||
const mesh = _import({
|
const mesh = _import({
|
||||||
absoluteFilePathLoad: headlessConfig.import.absoluteFilePathLoad,
|
absoluteFilePathLoad: headlessConfig.import.absoluteFilePathLoad,
|
||||||
|
Loading…
Reference in New Issue
Block a user