JSPM

grout-js

1.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q22961F
  • 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

NPM package is coming soon...

How To Use

Regular:

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

As Module:

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

Todo

Contact

hello@rockgroutingtoolkit.com