webarkit / ARnft

A small javascript library for WebAR with NFT
GNU Lesser General Public License v3.0
219 stars 53 forks source link

addPath does not works #272

Closed kalwalt closed 2 years ago

kalwalt commented 2 years ago

addPath can not works because there is no such property inside NFTWorker https://github.com/webarkit/ARnft/blob/da0da9b6c090aa42df828ab73308265467f523b0/src/NFTWorker.ts#L121-L127 i missed this while i converted the code from javascript to Typescript. I will restore it.

kalwalt commented 2 years ago

Now this is fixed and in the master branch!