Skip to content

HTMLifier 1.0.3

Latest

Choose a tag to compare

@SheepTester SheepTester released this 21 Oct 21:10
· 2 commits to master since this release

The Node version of the HTMLifier didn't work because my polyfill for FileReader didn't properly create data URLs (I forgot to add data:image/png;base, or whatever before them), which prevented HTMLified projects from loading properly. Oops

The web and Deno versions of the HTMLifier have not changed