Skip to content

Commit a1c255d

Browse files
committed
docs: update README and version
1 parent 298a947 commit a1c255d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,21 @@
1515
<a href="https://www.npmjs.com/package/vue-image-kit"><img src="https://img.shields.io/npm/dt/vue-image-kit.svg" alt="Total Downloads"></a>
1616
<a href="https://github.com/guastallaigor/vue-image-kit/releases"><img src="https://img.shields.io/npm/v/vue-image-kit.svg" alt="Latest Release"></a>
1717
<a href="http://standardjs.com"><img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg" alt="Style standard"></a>
18+
<a href="https://app.netlify.com/sites/vue-image-kit/deploys"><img src="https://api.netlify.com/api/v1/badges/6b76a9c5-e99e-4f34-88d9-aac5b7cc4219/deploy-status" alt="Netlify Status"></a>
1819
</p>
1920

2021
> **Notes:**
2122
> This is an unofficial project.
2223
> I do not work or am I affiliated with Image Kit
2324
24-
> :warning: **Warning**: This project is in it's early stage. I do not recommend to use this in a production environment yet! :warning:
25-
2625
## Demo
2726

2827
[![Edit Checkbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/vue-image-kit-keeh1)
2928

29+
## Storybook
30+
31+
Go to https://vue-image-kit.netlify.com
32+
3033
## How does it work
3134

3235
This component uses the [Image Kit Real-time URL-based image transformation](https://imagekit.io/features/image-resize-smart-crop-responsive-dpr-client-hints), so you will need to have your images over [Image Kit](https://imagekit.io/) for it to work

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-image-kit",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"private": false,
55
"description": "Vue.js Image Kit Component with Lazy Load built in and Responsive Images",
66
"homepage": "https://github.com/guastallaigor/vue-image-kit#readme",

0 commit comments

Comments
 (0)