Enhancements in docs and component default styles
The component now shouldn't come with any CSS to fight. I discovered that the browser liked to give the P5
component's figure
element some annoying default margin and display: block
, so I baked in an override that sets it to display: inline
and margin: 0
.
Now you should have smooth sailing to wrap any additive styles you want around the P5
component!
- Add: document using Svelte's reactivity system b22b710
- Merge branch 'master' of https://github.com/tonyketcham/p5-svelte d63918f
- Update: remove default styles on the p5 figure 50a20df
- Add: Node.js CI build badge 044233f
- Create node.js.yml 196a416
- Add: npm package version badge a99650d
- Make the README look so cute 552c55b
- Add gif example to README 9898859