Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for deno? #103

Open
sunw31 opened this issue Apr 24, 2022 · 1 comment
Open

support for deno? #103

sunw31 opened this issue Apr 24, 2022 · 1 comment

Comments

@sunw31
Copy link

sunw31 commented Apr 24, 2022

Is your feature request related to a problem? Please describe.
i search thirdparty module in deno.land, i found QCObjects, but i dont get deno method to install this framework

Describe the solution you'd like
promote mod.ts

Describe alternatives you've considered
deno document

Additional context
no

@jeanmachuca
Copy link
Member

jeanmachuca commented Apr 27, 2022

Thank you for trying QCObjects on top of Deno.
You can import any module in Deno either using mod.ts or direct url. For QCObjects it would be like this:

import * as QCObjects from "https://deno.land/x/qcobjects/QCObjects.js"

Full compatibility of QCObjects for Deno is still a work in progress

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants