styled-qr-code
styled-qr-code copied to clipboard
`fs` module not found
Hey, I have been working on this project it uses
- next.js
- node version 18.16.1
I have been getting this issue.
Only on just importing.
import { QRCodeCanvas } from "@loskir/styled-qr-code-node";
for those who didn't find the solution, try using styled-qr-code module on front-end
for those who didn't find the solution, try using
styled-qr-codemodule on front-end
Wasn't the fork made specifically for node? If you want to use the module on front-end, use the actual library, and not the fork