santilland/plotty

How to import plotty into node project

xpalacinengelsolar opened this issue · 1 comments

I need to import but
import { plot } from 'plotty'
Show the error:
Uncaught SyntaxError: The requested module '/node_modules/.vite/deps/plotty.js?t=1696242010969&v=89c706aa' does not provide an export named 'default' (at App.vue:125:8)

I solve this with import * as plotty from 'plotty'