1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-02-15 11:09:42 +00:00

Remove unused imports

This commit is contained in:
snobu
2020-04-09 11:35:14 +03:00
parent adda6828a6
commit be783e84e4
3 changed files with 1 additions and 4 deletions

View File

@@ -1,8 +1,7 @@
import { terminal as term } from 'terminal-kit';
import { execSync } from 'child_process';
import terminalImage from 'terminal-image';
import axios from 'axios';
export async function drawThumbnail(posterImage: string, accessToken: string) {
let thumbnail = await axios.get(posterImage,
{