mirror of
https://github.com/sbrl/thebigwarehouse.git
synced 2018-01-10 21:33:45 +00:00
972 B
972 B
The Big Box of HTML
Testing Tools
- .resizr - Responsive website testing tool
- webfont-test - Compare up to 3 fonts at once
- Google Fonts on Github - A repository that contains the fonts available on Google Fonts.
Packaging Tools
- NW.js - Previously known as
node-webkit
, this tool lets you package your HTML / CSS / JS app into a bundle (native for your target desktop platform) with Blink & Node.JS. - Electron - An alternative to the above. Looks to be smaller, but I don't really know how it works.
Other
- SRI Hash Generator - Compute the SRI hash for the resource at a given url. See cloudflare's blog post (Scroll to the section on "Subresource Integrity") for more information.