work-in-progress
renders html year-viz using spacetime date library
npm i somehow-year
week-centered year from start to end dates, inclusive
<script>
import { Year, Day } from './src'
</script>
<Year date="2020">
<Day date="march 28th" color="blue" />
</Year>
<Year date="2021">
<Day date="march 28th" color="blue" />
</Year>
pass-in vertical={true}
<Year date="" vertical={false}/>
<Day date="" color=""/>