Closed lablnet closed 3 years ago
Hi I'd like to work on this Can u assign me please
Hi I'd like to work on this Can u assign me please
Assigned
Hey do you think you guide me as to how I can import a package from a library? Some of your files are as commonJS and some as modules so I'm having a hard time just importing a package in the app.js
Hey do you think you guide me as to how I can import a package from a library? Some of your files are as commonJS and some as modules so I'm having a hard time just importing a package in the app.js
You can put your logic in app.js
If you want to create your sep file just create it and load in index HTML file as other loaded
No I understand.
what I meant was: I want do do sth as simple as
import {jsPDF} from "jspdf"
in the app.js
however I get an error that the Cannot use import statement outside a module
in which I would add the type module to package.json however that would cause errors in your other files since they use require()
These code are plan JavaScript code you can't use import or require but you can load that lib via CDN
On Thu, Oct 28, 2021, 8:11 PM Reza9472 @.***> wrote:
No I understand. what I meant was: I want do do sth as simple as import {jsPDF} from "jspdf" in the app.js however I get an error that the Cannot use import statement outside a module in which I would add the type module to package.json however that would cause errors in your other files since they use require()
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lablnet/board/issues/17#issuecomment-953941669, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGTYZWKHRO5PXFK6WQYKKI3UJFRZLANCNFSM5GR3UUGQ .
Join Freelancer Today! | Freelancer
Muhammad has given you $20 in credit* to spend on our website.
Claim Your $20 Now → (https://www.freelancer.com/get?id=44826845&source=gge)
Freelancer.com gives you access to millions of freelancers, from all around the world.
If there's a task that you've been meaning to complete - whether it be for business or personal means - there's an expert out there who will get it done for you.
But the clock is ticking - you only have 48 hours left before we return the gift!
© 2021 Freelancer Technology Pty Limited. All Rights Reserved. Level 37, 225 George Street, Sydney, NSW 2000, Australia
Privacy Policy (https://www.freelancer.com/about/privacy) | Terms and Conditions (https://www.freelancer.com/about/terms) | Unsubscribe (https://www.freelancer.com/emails/unsubscribe.php?s=N1E2eVAwVUVBdHBZOWplVHozQmNLd18lMkJIRk8xQjFhOSUyQjEzUDVzVXA2N2tIc25hd2ozWllhN3J1N2lvTEh6YSUyQiUyQmRGSjc2akh0a3k0ak5nNW5DSXhCaTlTREc2d1pBZTdHdWtSYWxseExXM2p5ejBHU0Jyc0dTNHNOJTJGOSUyRnlEQWdpNnZIdXhRNmFmc1U0anBhSHV1bkR1Yw==) | @. @.)
Facebook (https://www.facebook.com/fansoffreelancer) Twitter (https://twitter.com/freelancer) Instagram (https://www.instagram.com/freelancerofficial)
Download our mobile app (https://bnc.lt/edm-download-freelancer)
As title, Allow to export as PDF to include multiple pages
16