Socket
Book a DemoInstallSign in
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.

latest
Source
npmnpm
Version
2.6.0
Version published
Weekly downloads
102
-40%
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

webglimpse

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