Convierte un contenido html a pug

1.0.1 2024-11-29 13:19 UTC

This package is not auto-updated.

Last update: 2024-12-27 18:37: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