@hpcc-js/deck-shim
TypeScript icon, indicating that this package has built-in type declarations

2.6.9 • Public • Published

@hpcc-js/deck-shim

This package is part of the mono repository "@hpcc-js" (aka Visualization Framework), for more information including quick start, demos and tutorials, please visit the main page on GitHub: hpcc-systems/Visualization.

Details

The deck-shim package "wraps" a subset of the https://github.com/uber/deck.gl functionality in a WebPack bundle to simplify its inclusion in modern JavaScript libraries / Web Applications.

Consuming with WebPack

Should "just work"

Consuming with iife

Simply include the package in your html file as normal (it has a global ID of "@hpcc-js/deck-shim"):

<head>
    ...
    <script src="node_modules/@hpcc-js/deck-shim/dist/index.min.js"></script>
    <script>
        var dgridShim = window["@hpcc-js/deck-shim"];
    </script>
</head>
<body>
    ...
    <script>
        ...
    </script>
    ...
</body>

Consuming with Rollup.js

Should "just work"

Readme

Keywords

none

Package Sidebar

Install

npm i @hpcc-js/deck-shim

Weekly Downloads

32

Version

2.6.9

License

Apache-2.0

Unpacked Size

3.87 MB

Total Files

14

Last publish

Collaborators

  • hpcc-js