0.0.8 • Published 6 years ago

speck-renderer v0.0.8

Weekly downloads
5
License
Unlicense
Repository
github
Last release
6 years ago

Speck

Speck is a molecule renderer with the goal of producing figures that are as attractive as they are practical. Express your molecule clearly and with style.

NPM Version Downloads Stats Waffle.io - Columns and their card count

Demo - Original Project - More Images

Installation

npm install --save speck-renderer

Usage example

speck = new Speck({canvasContainerID: "speck-root", canvasID: "speck-canvas"});
speck.loadStructure(xyz);
speck.destroy();

Release History

  • 0.0.7
    • Work in progress

Meta

Jordan Garside – JordanGarside@gmail.com

Distributed under the Unlicense license. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/jordangarside/speck/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request
0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

7 years ago