clarkmcc / ngraph

A blender-style node editor for React, built on xyflow
https://ngraph.clarkmccauley.com
MIT License
50 stars 3 forks source link

Bundle optimization #9

Closed clarkmcc closed 10 months ago

clarkmcc commented 10 months ago

I've got it down from 4MB to 400kb, and 340kb is the dagre layout engine which depends on a good chunk of lodash. I think if we can make the layout system tree shakable, we'll be in good shape.