Divide the large Bezier-rs implementation file into smaller ones (#751)

* Refactor bezier lib file into a separate folder

* Add better implementation comments

* Update import of Subpath from bezier-rs

* Add comment to describe compare.rs

* Remove printlns and adjust spacing
This commit is contained in:
Hannah Li
2022-08-18 18:47:36 -04:00
committed by Keavon Chambers
parent 8effd6ecca
commit 49c236fcc2
11 changed files with 1908 additions and 1451 deletions

View File

@@ -1,4 +1,4 @@
use bezier_rs::subpath::{ManipulatorGroup, Subpath, ToSVGOptions};
use bezier_rs::{ManipulatorGroup, Subpath, ToSVGOptions};
use glam::DVec2;
use wasm_bindgen::prelude::*;