1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-03-24 04:29:40 +01:00

eslint fixes

This commit is contained in:
Kushagra Gour 2018-06-17 22:23:59 +05:30
parent fd4cfe9ec4
commit 6a1740202f

View File

@ -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');