From a85a7eda4a7096263a2fb8bac78981b7183433ba Mon Sep 17 00:00:00 2001 From: Anatoly Date: Sat, 29 Jan 2022 15:49:10 +0300 Subject: [PATCH] Updated README.md --- README.md | 25 +++++++++++++++++++++++++ package.json | 1 + 2 files changed, 26 insertions(+) diff --git a/README.md b/README.md index a665aa3..53a97e6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,28 @@ # vue-three-d-mockup Check out the [demo](https://anatolykopyl.github.io/vue-three-d-mockup/) + +## Usage + +```html + +``` + +```js + +``` + +### props: +- `screenImg`: path to image that will be displayed on the phones screen +- `lightClr`: color of the light in the environment diff --git a/package.json b/package.json index db63f65..b048623 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.1.0", "private": true, "author": "Anatoly Kopyl ", + "license": "GPL-3.0", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build",