ivan_lee

Results 3 comments of ivan_lee

``` const json = box.toJSON(); let rectList = json.children; rectList = rectList.map(item => { item.stroke = undefined return item }) const leaferSave = new Leafer({ width: this.data.mainBoxSize, height: this.data.mainBoxSize },...

``` const json = box.toJSON(); let rectList = json.children; rectList = rectList.map(item => { item.stroke = undefined return item }) let leaferSave = new Leafer({ width: this.data.mainBoxSize, height: this.data.mainBoxSize })...