增加导出Swatch Scheme默认设置的功能。
This commit is contained in:
@@ -137,3 +137,8 @@ impl SchemeExport for SwatchScheme {
|
||||
object.join("\n")
|
||||
}
|
||||
}
|
||||
|
||||
#[wasm_bindgen]
|
||||
pub fn swatch_scheme_default_settings() -> SwatchSchemeSetting {
|
||||
SwatchSchemeSetting::default()
|
||||
}
|
||||
|
Reference in New Issue
Block a user