Using Vue3 / Vite I get this error trying to use the sample code
SyntaxError: The requested module '/node_modules/.vite/deps/@egjs_view360.js?v=b913a4a2' does not provide an export named 'EquirectProjection'
I got this whether I used the vue3 version or the javascript version.
Steps to check or reproduce
npm install @egjs/view360
import View360, { EquirectProjection } from "@egjs/view360"
Using Vue3 / Vite I get this error trying to use the sample code SyntaxError: The requested module '/node_modules/.vite/deps/@egjs_view360.js?v=b913a4a2' does not provide an export named 'EquirectProjection'
I got this whether I used the vue3 version or the javascript version.
Steps to check or reproduce
npm install @egjs/view360
import View360, { EquirectProjection } from "@egjs/view360"
npm run dev. Error in console.