jacopocolo / Penzil

A web application to sketch in 3d made in three.js and Vue
https://penzil.app
69 stars 10 forks source link

error Package "camera-controls" refers to a non-existing file '"/camera-controls"'. #19

Open blankhang opened 2 years ago

blankhang commented 2 years ago
  "dependencies": {
    "camera-controls": "../camera-controls",
jacopocolo commented 2 years ago

ah! Thanks for catching this. I'm using a slightly modified version of camera-controls that I published here. It's not on npm so you have to download it and import it manually (using something like yarn add for local packages) for now. I'll see if I can figure out a way to avoid that.