UNPKG

quality-tools

Version:

Biblioteca com ferramentas de qualidade e manipulação de imagem

8 lines (7 loc) 312 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const index_1 = require("./index"); (async () => { await (0, index_1.convertToWebp)('teste.jpg'); // converte com qualidade 80 await (0, index_1.convertToWebp)('imagem.png', 'imagem_convertida.webp', 60); // qualidade 60 })();