Moved demo resources into assets

This commit is contained in:
2022-01-31 00:27:08 +03:00
parent fdfecd916b
commit 0a93563b32
4 changed files with 4 additions and 2 deletions

View File

@@ -1,7 +1,9 @@
{ {
"name": "vue-three-d-mockup", "name": "vue-three-d-mockup",
"version": "0.1.0", "version": "0.1.2",
"description": "📱 A 3D phone mockup component to showcase your apps",
"author": "Anatoly Kopyl <akopyl@radner.ru>", "author": "Anatoly Kopyl <akopyl@radner.ru>",
"keywords": ["vue", "mockup-generator", "threejs", "design", "mockup"],
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@@ -11,7 +11,7 @@
/> />
<Mockup <Mockup
class="mockup" class="mockup"
screen="screen.png" :screen="require('./assets/screen.png')"
:rotation="{ :rotation="{
x: -0.2, x: -0.2,
y: -0.3, y: -0.3,

View File

Before

Width:  |  Height:  |  Size: 169 KiB

After

Width:  |  Height:  |  Size: 169 KiB