hopla
TypeScript icon, indicating that this package has built-in type declarations

0.3.1 • Public • Published

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>

Readme

Keywords

Package Sidebar

Install

npm i hopla

Weekly Downloads

3

Version

0.3.1

License

SEE LICENSE IN LICENCE.md

Unpacked Size

1.42 MB

Total Files

17

Last publish

Collaborators

  • rabreau