JSPM

grout-js

1.0.6
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q26621F
  • License MIT

A small module for reading rock grouting files

Package Exports

  • grout-js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (grout-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme


Grout.js
Grout.js

A small (~2KB) JavaScript module for reading Bever Control's rock grouting files.

Status

Key Features

Rock Grouting Toolkit

Rock Grouting Toolkit is using Grout.js to generate each graph.

Screenshot

This module helps you create a similar application.

Install

You can install Grout.js from a CDN or NPM. Note that it's named grout-js.

CDN

You can download the latest version of Grout.js from the content delivery network (CDN) jsDelivr.

Regular:

<script src="https://cdn.jsdelivr.net/gh/andrewisen/grout.js/dist/grout.min.js"></script>

As Module:

<script src="https://cdn.jsdelivr.net/gh/andrewisen/grout.js/dist/grout.module.min.js"></script>

NPM

You can use NPM to install Grout.js. Simply run:

npm i grout-js

How To Use

Regular:

import * from 'grout-js';
var grout = new Grout();
var operatingLogs = groutFile.init(xmlString);

As Module:

import { Grout } from 'grout-js';
var grout = new Grout();
var operatingLogs = groutFile.init(xmlString);

Todo

Example

Coming soon

Contact

hello@rockgroutingtoolkit.com