mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-16 19:46:19 +02:00
eslint fixes
This commit is contained in:
@@ -92,7 +92,6 @@ export function takeScreenshot(boundRect) {
|
|||||||
s.textContent =
|
s.textContent =
|
||||||
'[class*="hint"]:after, [class*="hint"]:before { display: none!important; }';
|
'[class*="hint"]:after, [class*="hint"]:before { display: none!important; }';
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
import { trackEvent } from './analytics';
|
|
||||||
|
|
||||||
function onImgLoad(image) {
|
function onImgLoad(image) {
|
||||||
var c = document.createElement('canvas');
|
var c = document.createElement('canvas');
|
||||||
|
Reference in New Issue
Block a user