mirror of
https://github.com/anatolykopyl/vue-three-d-mockup.git
synced 2026-03-26 04:45:09 +00:00
d00d113c1edbfc6d1617022db57df6a7e4bc662b
vue-three-d-mockup
Check out the demo
Installation
$ npm install github:anatolykopyl/vue-three-d-mockup
Usage
<Mockup
screenImg="screen.png"
lightClr="hsl(0, 100%, 100%)"
/>
<script>
import Mockup from 'vue-tree-d-mockup'
export default {
components: {
Mockup
}
}
</script>
props:
screenImg: path to image that will be displayed on the phones screenlightClr: color of the light in the environment
Languages
JavaScript
78.3%
Vue
21.7%