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

webglimpse

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webglimpse

Webglimpse is a data visualization library for the web.

  • 2.6.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
22
decreased by-80.53%
Maintainers
1
Weekly downloads
 
Created
Source

Web Glimpse

Webglimpse is a data visualization library for the web.

Installation

To install the Webglimpse library, run the following command.

npm install --save webglimpse

Usage

To use Webglimpse, import into your typescript project.

import * as Webglimpse from 'webglimpse'

WebGL

Webglimpse uses WebGL for rendering, which allows smoothly interactive visualizations even for large datasets.

WebGL is supported in Chrome, Firefox, and IE11. Support in Safari is experimental, and doesn't seem quite usable yet.

TypeScript

Webglimpse is written in Typescript, an open-source language that compiles to Javascript, and feels very much like Javascript. Typescript provides static type checking, which we feel will help keep our codebase manageable as it grows.

Webglimpse can be used as if it were a pure Javascript library – you don’t have to know anything about Typescript unless you want to.

Demo

http://glimpse.metsci.com/webglimpse/1.9.1/examples/timeline/

Download

http://glimpse.metsci.com/webglimpse/downloads/webglimpse-1.9.1.tar.gz

Keywords

FAQs

Package last updated on 07 Dec 2022

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