@gingerhendrix/plouffe-rays
v1.0.0
Published
React components to draw catacaustic curves on the unit circle
Downloads
2
Readme
@gingerhendrix/plouffe-rays
React components to draw catacaustic curves on the unit circle
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