🔄Converters
HTML to Pug Converter
Shows how to translate HTML into indentation-based Pug syntax with attribute and nesting examples.
Cada tag HTML vira o nome do elemento sem <>, e o aninhamento é feito por indentação.
<ul><li>Item</li></ul> → ul\n li Item
Atributos: <a href="/x"> → a(href="/x"). Classes: div.classe. IDs: div#meu-id.
Related Tools
🖼️
PDF to Images
Convert PDF pages to individual PNG images. Everything in your browser via pdf.js.
🎨
Pixel Art Converter
Convert an image to pixel art by reducing resolution and color palette. Stylized retro output.
💱
Currency Converter
Convert between major currencies (USD, EUR, BRL, GBP, JPY, ARS) using live rates from open.er-api.com.