🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

react-tridi-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tridi-wrapper

360-degree image viewer as a React component

0.0.1
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

react-tridi-wrapper

npm (latest) Build status codecov

React component for embedding 360-degree 3D image viewers with Tridi.

Note that this is a thin wrapper for an original library and it may not offer all available functionality. For a fully fledged React component check out react-tridi by Tuan Pham.

Install

npm install --save react-tridi-wrapper

Usage

Example:

import Tridi from 'react-tridi-wrapper';

function App() {
  const options = {
    element: '.tridi-basic',
    location: '/images/white',
    format: 'jpg',
    count: 36,
  };

  return (
    <div className="App">
      <Tridi options={options} />
    </div>
  );
}

Contributions

Contributions of any kind are welcome.

You can contribute to react-tridi-wrapper by:

  • submiting bug reports or feature suggestions
  • improving documentation
  • submitting pull requests

Before contributing be sure to read Contributing Guidelines and Code of Conduct.

Contributors

To all who contribute code, improve documentation, submit issues or feature requests - thank you for making react-tridi-wrapper even better!

We maintain an AUTHORS file where we keep a list of all project contributors. Please consider adding your name there with your next PR.

License

Code is available under MIT license. See LICENSE for more information.

Keywords

react

FAQs

Package last updated on 09 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts