nodi-modular 0.0.34 → 0.0.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Nodi modular
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/nodi-modular.svg?style=flat)](https://www.npmjs.com/package/nodi-modular)
4
+ [![License](https://img.shields.io/npm/l/nodi-modular.svg?style=flat)](https://www.npmjs.com/package/nodi-modular)
4
5
 
5
6
  Modular is a module project designed to import node graphs created in Nodi in JSON format, enabling the extraction of geometric data generated based on the node graph structure.
6
7