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