1.0.0 • Published 6 years ago

@gingerhendrix/plouffe-rays v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

@gingerhendrix/plouffe-rays

React components to draw catacaustic curves on the unit circle

NPM JavaScript Style Guide

Install

npm install --save @gingerhendrix/plouffe-rays

Usage

import * as React from 'react'

import MyComponent from '@gingerhendrix/plouffe-rays'

class Example extends React.Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © gingerhendrix