Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.15 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.15 KB

Vector Icon App

A basic Demo for Chromium's vector icons.

New Web Platform APIs Used

Uses the Native File System API. Please enable chrome://flags/#native-file-system-api to Save and Load files.

Uses the File Handling API. Please enable chrome://flags/#file-handling-api to handle .icon files on Chrome OS.

Attempts to use Screen Enumeration and Window Placement APIs.

Projects Used

Thanks to Sadrul's Chrome vector icon extension, for JS vector icon rendering code.

Thanks to James's Hello World PWA and this article, for an installable PWA template.

Uses code from my Window Placement Demo