QCObjects icon indicating copy to clipboard operation
QCObjects copied to clipboard

support for deno?

Open sunw31 opened this issue 2 years ago • 1 comments

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

sunw31 avatar Apr 24 '22 11:04 sunw31

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

jeanmachuca avatar Apr 27 '22 02:04 jeanmachuca