- Core library with SVG and PNG generation - CLI tool with generate and batch commands - Cross-platform path handling for Windows compatibility - Comprehensive test suite with integration tests
6 lines
41 B
Go
6 lines
41 B
Go
package main
|
|
|
|
func main() {
|
|
Execute()
|
|
}
|