0.3.1 • Published 1 year ago

hopla v0.3.1

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
1 year ago

Hopla

3D model viewer plugin for Vue.js based on 3Dhop (3dhop.net)

Requirements

They are described as "peerDependencies" in package.json :

{
  "vue": "^2.7.13",
  "vue-i18n": "^8.28.2"
}

Installation

Copy the public/static/ directory into your project

in your main.js:

import Hopla from 'hopla'
import i18n from 'src/plugin/vue-i18n.js' // your instance of VueI18n

Vue.use(Hopla, { i18n })

Usage

<template>
  <Hopla
      src="models/gargo.nxz"
      
  />
</template>
0.3.1

1 year ago

0.3.0

1 year ago

0.2.1

1 year ago