8000 Release πŸš€ The Layout Export Edition πŸš€ Β· mhkeller/layercake Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
< 593F div class="d-flex flex-md-row flex-column">

πŸš€ The Layout Export Edition πŸš€

Compare
Choose a tag to compare
@mhkeller mhkeller released this 18 Mar 03:15

For layout components, this exports the underlying HTML elements and canvas contexts. It's helpful in things like Canvas components if you want to modify the main canvas outside of any child component and you don't want to create an intermediary wrapper. It also lets you use things like d3.zoom, which require access to the root <svg> tag. It closes #40

0