html to apng code example
Example 1: html to pug
<!-- HTML TO PUG -->
<!-- https://html-to-pug.com/ -->
Example 2: html to json
fetch('https://www.example.com/index.html')
.then(res => res.text())
.then(html => console.log(html));
<!-- HTML TO PUG -->
<!-- https://html-to-pug.com/ -->
fetch('https://www.example.com/index.html')
.then(res => res.text())
.then(html => console.log(html));