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:
@@ -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,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user