Convierte un contenido html a pug

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/tinyphp-function/html2pug

1.0.1 2024-11-29 13:19 UTC

This package is not auto-updated.

Last update: 2025-10-17 22:41:40 UTC


README

Instalación via composer

composer require tinyphp-function/html2pug

Funciones

/** Convierte un contenido html a pug */
function html2pug(string $html): string

/** Función para convertir nodos DOM a formato Pug */
function dom2pug(string &$pug, DOMNode $node, int $indent = 0, DOMElement $parent = null): void