Skip to content

Commit

Permalink
get themes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Jan 16, 2025
1 parent 0ad9167 commit cf7e935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vl-convert-rs/examples/debug_conversion_sequence.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ async fn convert(vl_spec: serde_json::Value) {
// println!("main_module: {:?}", main_module);

let mut converter = VlConverter::new();
converter.get_themes().await.unwrap();

// converter
// .vegalite_to_svg(
Expand Down

0 comments on commit cf7e935

Please sign in to comment.