Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 495 Bytes

KnownIssues.md

File metadata and controls

18 lines (9 loc) · 495 Bytes

Mac (node v18) failed to install node-canvas

brew install pkg-config cairo pango libpng jpeg giflib librsvg pixman

Ref: Automattic/node-canvas#2025

Import MindAR in ESBuild

If you are using esbuild and running into require errors, you can try importing the classes directly

Example:

import {MindARThree} from 'mind-ar/src/image-target/three.js'

You'll need to use the esbuild-plugin-inline-worker

Ref issue: hiukim#360