QCObjects
QCObjects copied to clipboard
support for deno?
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
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