autrace 0.0.4 → 0.0.5
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 +0 -5
- package/package.json +1 -1
package/README.md
CHANGED
@@ -102,11 +102,6 @@ const summary = asciiVisuals.visualizeChangeSummary(snapshots);
|
|
102
102
|
console.log(summary);
|
103
103
|
```
|
104
104
|
|
105
|
-
### Example Output
|
106
|
-
|
107
|
-
The ASCIIVisualizer provides a colorized terminal output that looks like this:
|
108
|
-

|
109
|
-
|
110
105
|
### Important Notes
|
111
106
|
|
112
107
|
- This package uses ES modules. Ensure your project's package.json has `"type": "module"`.
|