use edit::{edit, EditOptions, TickRange};
fn main() {
let options = EditOptions {
unlock_pov: true,
cut: Some(TickRange {
from: 1000.into(),
to: 2000.into(),
}),
..EditOptions::default()
};
let input = fs::read("in.demo").unwrap();
let output = edit(&input, options);
fs::write("out.dem", output).unwrap();
}
-
Notifications
You must be signed in to change notification settings - Fork 0
Demo editing tools with js bindings
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT
demostf/edit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Demo editing tools with js bindings
Resources
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published