web-conf-sdk

1.0.2 • Public • Published

web-conf-sdk

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save web-conf-sdk

Usage

import React from 'react'
 
import { ModelViewer } from 'web-conf-sdk'
import 'web-conf-sdk/dist/index.css'
 
const App = () => {
  let model_url = "modelUrl/name.glb";
  return( 
    <div >
        <ModelViewer model = {model_url} />
    </div>
  )
}

License

MIT ©

Readme

Keywords

none

Package Sidebar

Install

npm i web-conf-sdk

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

11.1 kB

Total Files

7

Last publish

Collaborators

  • rohanbhatia