Remove unused import

This commit is contained in:
Daniel Imms 2019-08-13 11:19:55 -07:00
parent 064e134c6c
commit f4deaa16c1

View file

@ -6,7 +6,6 @@
import * as puppeteer from 'puppeteer';
import { ChildProcess, spawn } from 'child_process';
import { join } from 'path';
import { Readable } from 'stream';
const width = 1200;
const height = 800;