Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 898 Bytes

README.MD

File metadata and controls

27 lines (18 loc) · 898 Bytes

Escape and Minify

This is a small webpage that simply allows you to enter your code in on one side, and on the other side will return your code escaped, minified, and both.

Used files.

Other projects I used for this:

What could this be used for?

  • Escape
  • Escaping your code allows you to write characters onto your webpage you normally couldn't.
    • i.e. >
  • Minify
  • Very simply this makes your code be a smaller size, so people can download and run your webpage faster.
  • Both
  • This would be very useful to make smaller XML files

License

The MIT License (MIT)

Feel free to use and edit this page howerver you want, just give back credit.