New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wethecurious/equi-to-ae-projector

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wethecurious/equi-to-ae-projector

Component to project equirectangular video to azimuthal equidistant

  • 0.2.12
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
decreased by-60%
Maintainers
0
Weekly downloads
 
Created
Source

equi-to-ae-projector

equi-to-ae-projector

NPM

Install

npm install --save @wethecurious/equi-to-ae-projector

Optimization

The video src texture will perform better if the dimensions are power of 2, ie 2048 x 1024, 2048 x 2048, 4096 x 2048, 4096 x 4096

Usage

import * as React from 'react'

import { EquiToAeProjector, EquiToAeProjectorProps, CC, Texture  } from '@wethecurious/equi-to-ae-projector'

class Example extends React.Component {
  render () {
    return (
      <EquiToAeProjector 
        src={string} // video source
        trackSrc={string} // track source - optional
        isLoop={bool} // loop the video - optional
        isAutoPlay={bool} // auto play the video - optional
        isShowSource={bool} // view the source video - optional
        fov={number} // field of view - optional
        roll={number} // camera roll - optional
        tilt={number} // camera tilt - optional
        cc={cc} // color correction object - optional
        texture={texture} // texture object - optional
      />
    )
  }
}

License

MIT © we the curious

FAQs

Package last updated on 14 Jan 2025

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc