tonic-coredeprecated

JavaScript library used to process data on the client side in order to produce images, 3D data structure and more.

Usage no npm install needed!

<script type="module">
  import tonicCore from 'https://cdn.skypack.dev/tonic-core';
</script>

README

Tonic.core

Build Status Dependency Status semantic-release

Goal

Tonic Core is meant to gather JavaScript processing components that could be used to convert local data into something meaningful for the user such as images, WebGL 3D geometry, or any other structure that require complex data processing...

Documentation

See the documentation for a getting started guide, advanced documentation, and API descriptions.

Development

The tonic suite of components can be develop independently of each other or treated as a whole.

When fetched individually, all the common build tools will be installed locally automatically either at post-install or when you build the library.

$ git clone https://github.com/kitware/tonic-core.git
$ cd tonic-core
$ npm install
$ npm run build

Otherwise you can get the full Tonic suite with the following set of commands:

$ git clone https://github.com/kitware/tonic.git
$ cd tonic
$ npm install
$ cd tonic-components/tonic-core
$ npm run build

Licensing

tonic-core is licensed under BSD Clause 3.

Getting Involved

Fork our repository and do great things. At Kitware, we've been contributing to open-source software for 15 years and counting, and want to make tonic-core useful to as many people as possible.