adding mermaid packages

This commit is contained in:
shiva108
2026-01-23 15:09:56 +01:00
parent 91dccbba6f
commit 2ec4191721
9491 changed files with 1062059 additions and 1 deletions
Generated Vendored
+13
View File
@@ -0,0 +1,13 @@
/*
* mimer
* https://github.com/heldr/mimer
*
* Copyright (c) 2013 Helder Santana
* Licensed under the MIT license.
* https://raw.github.com/heldr/mimer/master/MIT-LICENSE.txt
*/
var args = process.argv,
Mimer = require('./dist/mimer');
console.log( '"' + Mimer( process.argv[2] ) + '"' );