speck-renderer

0.0.8 • Public • Published

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

Package Sidebar

Install

npm i speck-renderer

Weekly Downloads

9

Version

0.0.8

License

Unlicense

Unpacked Size

454 kB

Total Files

47

Last publish

Collaborators

  • jordangarside