Skip to content

Commit

Permalink
Merge pull request #88 from 1904labs/50_fix_iframe_instanceof
Browse files Browse the repository at this point in the history
Release 2.13.0 to pull in cleanup fixes
  • Loading branch information
IDisposable authored Dec 14, 2022
2 parents 387d4e4 + 277c78e commit 15448c9
Show file tree
Hide file tree
Showing 67 changed files with 15,006 additions and 9,551 deletions.
5 changes: 3 additions & 2 deletions dist/dom-to-image-more.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/dom-to-image-more.min.js.map

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = function(config) {
included: false,
served: true
}, {
pattern: 'test-lib/fontawesome/fonts/*.*',
pattern: 'test-lib/fontawesome/webfonts/*.*',
included: false,
served: true
}, {
Expand All @@ -20,7 +20,7 @@ module.exports = function(config) {

'test-lib/jquery/dist/jquery.js',
'test-lib/js-imagediff/imagediff.js',
'test-lib/tesseract-1.0.10.js',
'test-lib/tesseract-1.0.19.js',

'src/dom-to-image-more.js',
'spec/dom-to-image-more.spec.js'
Expand All @@ -40,7 +40,8 @@ module.exports = function(config) {
customLaunchers: {
chrome: {
base: 'Chrome',
flags: ['--no-sandbox']
flags: ['--no-sandbox'],
debug: true
}
},

Expand Down
Loading

0 comments on commit 15448c9

Please sign in to comment.