jaxry / wave-function-collapse

GNU General Public License v3.0
33 stars 2 forks source link

./debug module is missing #1

Open prajxwal opened 10 months ago

prajxwal commented 10 months ago

src/wfc/run.ts:1:31 - error TS2307: Cannot find module './debug' or its corresponding type declarations. 1 import { printPatterns } from "./debug";

typicallhavok commented 10 months ago

src/wfc/run.ts:1:31 - error TS2307: Cannot find module './debug' or its corresponding type declarations. 1 import { printPatterns } from "./debug";

Facing the same problem.