Skip to content

Commit

Permalink
feat: Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Nov 24, 2023
1 parent 56b5e1b commit 215b4fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/examples/qrcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
typeof exports === 'object' && typeof module !== 'undefined'
? factory(exports)
: typeof define === 'function' && define.amd
? define('qrcode', ['exports'], factory)
: ((global = typeof globalThis !== 'undefined' ? globalThis : global || self), factory((global.QRCode = {})));
? define('qrcode', ['exports'], factory)
: ((global = typeof globalThis !== 'undefined' ? globalThis : global || self), factory((global.QRCode = {})));
})(this, function (exports) {
'use strict';

Expand Down

0 comments on commit 215b4fc

Please sign in to comment.