You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I probably am a little bit old-school but I'd rather have the complete distributable in a single place instead of relying on external sources.
You have a line in index.html
import { Canvg } from 'https://cdn.skypack.dev/canvg@^4.0.0'
Since you already have qrcode lib included in the repo, it would be a good idea to also include the canvg lib. This way, the application would be completely self-contained.
canvg can be downloaded from npm and packed easily using esbuild or any other bundler tool of your choice.
The text was updated successfully, but these errors were encountered:
I probably am a little bit old-school but I'd rather have the complete distributable in a single place instead of relying on external sources.
You have a line in index.html
Since you already have qrcode lib included in the repo, it would be a good idea to also include the canvg lib. This way, the application would be completely self-contained.
canvg can be downloaded from npm and packed easily using esbuild or any other bundler tool of your choice.
The text was updated successfully, but these errors were encountered: