@egjs/vue3-view3d
TypeScript icon, indicating that this package has built-in type declarations

2.3.1 • Public • Published

@egjs/vue3-view3d

npm (scoped) License Typescript GitHub Repo stars

Vue@3 wrapper of @egjs/view3d

👉 Demo / API Document / Tutorial

🔹 Installation

npm i @egjs/vue3-view3d
# OR
yarn add @egjs/vue3-view3d

🔹 Quick Start

Global registration

import View3D from "@egjs/vue3-view3d";
import App from "./App.vue";
import "@egjs/vue3-view3d/css/view3d-bundle.min.css";

const app = createApp(App);

app.use(View3D);

Local registration

// You have to import actual component
import { View3D } from "@egjs/vue3-view3d";

export default {
  components: {
    View3D
  }
}

Usage

<template>
  <View3D
    src="URL_TO_YOUR_3D_MODEL",
    envmap="URL_TO_YOUR_HDR_IMAGE",
    @ready="onReady"
  />
</template>

See detailed explanation on our Tutorial

🔹 Browser Support

View3D is available for the last two major versions of all evergreen desktop and mobile browsers.

🔹 License

Copyright (c) 2020-present NAVER Corp.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Readme

Keywords

none

Package Sidebar

Install

npm i @egjs/vue3-view3d

Weekly Downloads

11

Version

2.3.1

License

MIT

Unpacked Size

115 kB

Total Files

29

Last publish

Collaborators

  • anuu0916
  • braixen
  • ajaxpf
  • jongmoon
  • sculove
  • happyhj
  • mixed
  • netil
  • younkue
  • woodneck