MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / Drawing

Function Drawing

scripts/libs/qrcode/index.js:176–179  ·  view source on GitHub ↗
(el, htOption)

Source from the content-addressed store, hash-verified

174 var svgDrawer = (function() {
175
176 var Drawing = function (el, htOption) {
177 this._el = el;
178 this._htOption = htOption;
179 };
180
181 Drawing.prototype.draw = function (oQRCode) {
182 var _htOption = this._htOption;

Callers

nothing calls this directly

Calls 1

_getAndroidFunction · 0.85

Tested by

no test coverage detected