Closed
Description
I get errors like this in a testing repository:
For ArMarkerHelper.ts:
ERROR in C:\path\to\node_modules\@ar-js-org\ar.js-threejs\src\ArMarkerHelper.ts(22,16)
TS2339: Property 'width' does not exist on type 'Entity<ObjectMap<Component<any, System<any>>>>'.
this is the code:
AR.js-threejs/src/ArMarkerHelper.ts
Lines 21 to 23 in df206b1
For ArToolkitSource.ts:
ERROR in C:\path\to\node_modules\@ar-js-org\ar.js-threejs\src\ArToolkitSource.ts(257,9)
TS2740: Type 'Entity<ObjectMap<Component<any, System<any>>>>' is missing the following properties from type 'HTMLImageElement': align, alt, border, complete, and 23 more.