From 6a478155695ab6992ed09708685793891e216790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor=20Moreira=20Soares?= Date: Wed, 24 May 2023 15:19:03 -0300 Subject: [PATCH] Update basic.ts --- examples/basic.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/examples/basic.ts b/examples/basic.ts index 25c7247..fccd69e 100644 --- a/examples/basic.ts +++ b/examples/basic.ts @@ -2,13 +2,6 @@ import path from 'path'; import fs from 'fs'; import { compress } from '@/index'; -/** - * Before run: - * - * `npx compress-pdf --fetchBinaries [win32/linux]` - * This will download properly binaries to your current os. - */ - (async () => { const pdf = path.resolve(__dirname, 'A17_FlightPlan.pdf'); const buffer = await compress(pdf);