npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

kaleidoscopejs

v1.1.1

Published

360º video/image viewer

Downloads

1,050

Readme

Kaleidoscope

An embeddable, lightweight, dependency-free 360º video/image viewer

demo

Examples

The examples code can be found in the examples/ folder.

Viewing 360 Images

Viewing 360 Videos with HLS*

Viewing 360 Videos with DASH*

Viewing 360 Videos with progressive download

  • The HLS and Dash examples doesn't work on old Safari and iOS due CORS restrictions

Usage

Get the code:

$ npm install kaleidoscopejs

Add the script to your page:

<script src="node_modules/kaleidoscopejs/dist/kaleidoscope.min.js"></script>

or import the library using your favorite bundler.

Videos

var viewer = new Kaleidoscope.Video({source: 'equirectangular-video.mp4', containerId: '#target'});
viewer.render();

Images

var viewer = new Kaleidoscope.Image({source: 'equirectangular-image.jpg', containerId: '#target'});
viewer.render();

Documentation

Kaleidoscope.Video

let viewer = new Kaleidoscope.Video(options)

options.source source video to be played. This can be either a video tag or an url to the video file. Passing a tag is useful when embedding in player or using adaptative streaming. An example of how to use it with HLS.js can be found here.

options.containerId is where you want to render the 360, this is going to be retrieved via document.querySelector and when you call render() the 360 canvas will be append to it.

options.container HTML element to attach the 360 canvas to. You should always either pass a containerId or a container.

options.height height of the 360 canvas. Defaults to 360.

options.width width of the 360 canvas. Defaults to 640.

options.autoplay to autoplay the video once rendered. Doesn't work on mobile. Defaults to true.

options.muted to define if the video should start muted. Defaults to false.

options.initialYaw number to define initial yaw of 360, should be in degrees(45, 90, 180 etc).

options.loop to define if the video should loop. Defaults to false.

options.onError callback to when something goes wrong.

options.verticalPanning disables vertical panning. Defaults to false.

options.onDragStart callback called when user interaction starts.

options.onDragStop callback called when user interaction ends.

viewer.render() renders the canvas in the defined containerId or container.

viewer.play() starts the current video. Useful for mobile.

viewer.pause() pauses the current video.

viewer.centralize() move camera back to the original center.

viewer.setSize({height, width}) sets canvas size.

viewer.destroy() destroy viewer cleaning up all used resources.

Kaleidoscope.Image

let viewer = new Kaleidoscope.Image(options)

options.source source of the image to be rendered. This can be either an url to the image or the img tag itself.

options.containerId is where you want to render the 360, this is going to be retrieved via document.querySelector and when you call render() the 360 canvas will be append to it.

options.container HTML element to attach the 360 canvas to. You should always either pass a containerId or a container.

options.height height of the 360 canvas. Defaults to 360.

options.width width of the 360 canvas. Defaults to 640.

options.initialYaw number to define initial yaw of 360, should be in degrees(45, 90, 180 etc).

options.verticalPanning disables vertical panning. Defaults to false.

options.onDragStart callback called when user interaction starts.

options.onDragStop callback called when user interaction ends.

options.onError callback to when something goes wrong.

viewer.render() renders the canvas in the defined containerId or container.

viewer.centralize() move camera back to the original center.

viewer.setSize({height, width}) sets canvas size.

viewer.destroy() destroy viewer cleaning up all used resources.

Supported Browsers

  • Google Chrome
  • Microsoft Edge
  • Firefox
  • Internet Explorer 11
  • Safari
  • Chrome Android*
  • Safari iOS

*Most recent versions.

Known issues

360 videos doesn't work in Safari, IE 11, Microsoft Edge, Android and iOS if the video is served from a different domain, due some CORS implementation bugs.

Donations

Would you like to buy me a beer?

ETH 0x2230591c013e4E7e3B819B2B51496e34ED884c03

BTC 16qKaBh6DuuJuaQp4x3Eut8MAsVnpacVm5