Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Oct 23, 2023
1 parent 6026f6e commit d9c0434
Show file tree
Hide file tree
Showing 4 changed files with 1,360 additions and 2,127 deletions.
2 changes: 1 addition & 1 deletion cjs/html/canvas-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const {IMAGE} = require('../shared/symbols.js');
const {registerHTMLClass} = require('../shared/register-html-class.js');
const {numericAttribute} = require('../shared/attributes.js');

const Canvas = (m => /* c8 ignore start */ m.__esModule ? m.default : m /* c8 ignore stop */)(require('../../commonjs/canvas.cjs'));
const Canvas = (require('../../commonjs/canvas.cjs'));

const {HTMLElement} = require('./element.js');

Expand Down
Loading

0 comments on commit d9c0434

Please sign in to comment.