diff --git a/README.md b/README.md index 98cdf5e0..f9d42844 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ npm install qr-code-styling QR Code Styling - +
@@ -58,8 +58,21 @@ npm install qr-code-styling ``` +--- -[**Usage with React**](https://codesandbox.io/s/qr-code-styling-react-example-l8rwl?file=/src/App.js) +[**React example (Codesandbox)**](https://codesandbox.io/s/qr-code-styling-react-example-l8rwl?file=/src/App.js) + +[**Angular example (Codesandbox)**](https://codesandbox.io/s/agitated-panini-tpgb2?file=/src/app/app.component.ts) + +--- + +[**React example (source)**](https://github.com/kozakdenys/qr-code-styling-examples/tree/master/examples/react) + +[**Angular example (source)**](https://github.com/kozakdenys/qr-code-styling-examples/tree/master/examples/angular) + +[**Vue example (source)**](https://github.com/kozakdenys/qr-code-styling-examples/tree/master/examples/vue) + +--- ### API Documentation diff --git a/package-lock.json b/package-lock.json index 430b63bb..cf06b407 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "qr-code-styling", - "version": "1.4.3", + "version": "1.4.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3ea053d8..b6cdd57e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qr-code-styling", - "version": "1.4.3", + "version": "1.4.4", "description": "Add a style and an image to your QR code", "main": "lib/qr-code-styling.js", "types": "lib/index.d.ts",