mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-18 22:41:49 +02:00
code fix and build update
This commit is contained in:
@@ -42,6 +42,10 @@ var options = {
|
||||
var cmd = "npm run latex -- --hash " + hash + " --base64 " + cmdarg;
|
||||
console.log(" generating " + hash + ".svg"); // from \n " + latex);
|
||||
execSync(cmd);
|
||||
|
||||
var cmd = "npm run svgo -- " + filename;
|
||||
console.log(" cleaning up SVG");
|
||||
execSync(cmd);
|
||||
}
|
||||
|
||||
// Make sure we hardcode the size of this LaTeX SVG image, because we absolutely
|
||||
|
Reference in New Issue
Block a user