jerosoler / Drawflow

Simple flow library 🖥️🖱️
https://jerosoler.github.io/Drawflow/
MIT License
4.65k stars 722 forks source link

is there any way to remove Home key from json structure or at the time of export how to remove Home key in structure ? #586

Closed Co-Maheshh closed 1 year ago

jerosoler commented 1 year ago
    const data = editor.export();
    delete data.drawflow.Home;
    console.log(data);
Co-Maheshh commented 1 year ago

ok.but if we importing json without Home. is it work ?

jerosoler commented 1 year ago

Nop, it's required.