Closed kalwalt closed 1 year ago
I would remove that lines and make all the code full Typescript compliant. For example lines: https://github.com/webarkit/jsartoolkitNFT/blob/5a3230c8940613958e0cd8c13c9d5a858a03a33b/src/ARControllerNFT.ts#L301-L302 with type casting could became:
this.nftMarkerFound = <boolean><unknown>i;
done with #164
I would remove that lines and make all the code full Typescript compliant. For example lines: https://github.com/webarkit/jsartoolkitNFT/blob/5a3230c8940613958e0cd8c13c9d5a858a03a33b/src/ARControllerNFT.ts#L301-L302 with type casting could became: