svelte-lucide
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -5,2 +5,14 @@ # Changelog | ||
### [0.2.5](https://github.com/shinokada/svelte-lucide/compare/v0.2.4...v0.2.5) (2023-01-30) | ||
### Features | ||
* add pwa ([f837fb6](https://github.com/shinokada/svelte-lucide/commit/f837fb6aa4067f2d40ddd2a35545507344339449)) | ||
### Bug Fixes | ||
* add search and ga ([5cf0b3f](https://github.com/shinokada/svelte-lucide/commit/5cf0b3f102e49ed1ba339c730ff9491a3aa5ca88)) | ||
### [0.2.4](https://github.com/shinokada/svelte-lucide/compare/v0.2.3...v0.2.4) (2022-12-25) | ||
@@ -7,0 +19,0 @@ |
{ | ||
"name": "svelte-lucide", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Lucide-icon components for Sveltejs", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -1,8 +0,9 @@ | ||
<h1 align="center">Svelte-Lucide</h1> | ||
<h1 align="center">Svelte Lucide</h1> | ||
<p align="center"> | ||
<a href="https://svelte-lucide.codewithshin.com/">Svelte-File-Icons</a> | ||
<a href="https://svelte-lucide.codewithshin.com/">Svelte-Lucide</a> | ||
</p> | ||
<p align="center"> | ||
<a href="https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps"><img src="https://img.shields.io/badge/PWA-enabled-brightgreen" alt="PWA Shield"></a> | ||
<a href="https://www.npmjs.com/package/svelte-lucide" rel="nofollow"><img src="https://img.shields.io/npm/v/svelte-lucide" alt="npm"></a> | ||
@@ -31,3 +32,3 @@ <a href="https://twitter.com/shinokada" rel="nofollow"><img src="https://img.shields.io/badge/created%20by-@shinokada-4BBAAB.svg" alt="Created by Shin Okada"></a> | ||
[Icon list](https://github.com/shinokada/svelte-lucide/blob/main/icon-list.md) | ||
[Icon list](/icon-list.md) | ||
@@ -145,2 +146,8 @@ ## Usage | ||
- [Svelte-Icon-Sets](https://svelte-svg-icons.vercel.app/) | ||
- [Svelte-Icon-Sets](https://svelte-svg-icons.vercel.app/) | ||
## Experience lightning-fast browsing and offline access with Our PWA | ||
This website can be downloaded and installed on your device for offline access as a Progressive Web App. | ||
To install a PWA, look for the "Add to Home Screen" option in the browser's menu or settings. On most mobile devices, this option can be found by visiting the website, then selecting the "Options" or "Menu" button in the browser, and looking for the "Add to Home Screen" option. On some desktop browsers, right-click on the page and select "Install". |
856816
151