sgenoud / replicad

The library to build browser based 3D models with code.
https://replicad.xyz
MIT License
323 stars 38 forks source link

drawProjection import from node package failing #141

Closed alzatin closed 4 months ago

alzatin commented 5 months ago

I'm trying to import drawProjection into my project using the npm install version 0.15.3

 ` import { drawProjection } from "replicad";`

drawProjection doesn't seem to exist in this version, I can't find it in my node package. Any idea of what might be happening or what I'm doing wrong?

sgenoud commented 5 months ago

Mmm this is surprising - how do you install it?

alzatin commented 5 months ago

We installed it with npm i replicad

alzatin commented 4 months ago

Hi! Circling back to this. I figured out that for some reason not all the packages were being updated to the latest npm version on my project but I was finally able to force an update and drawProjection is importing now. Sorry for the trouble ! :)