README
fulgur ⚡️
vis library
Install
yarn add react react-dom d3 @seracio/fulgur
Principles
- at the top of d3 & React
- vectorized elements
- declarative (jsx)
- inherited props via the React context
- server side rendering
An esoteric vis library
<script type="module">
import seracioFulgur from 'https://cdn.skypack.dev/@seracio/fulgur';
</script>
vis library
yarn add react react-dom d3 @seracio/fulgur