@steve02081504/virtual-console 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,6 +31,12 @@ A powerful and flexible virtual console for **Node.js and the Browser** that all
31
31
  npm install @steve02081504/virtual-console
32
32
  ```
33
33
 
34
+ ### Browser Import
35
+
36
+ ```javascript
37
+ import { VirtualConsole } from 'https://esm.sh/@steve02081504/virtual-console';
38
+ ```
39
+
34
40
  ## Usage
35
41
 
36
42
  ### 1. Basic Testing (Capture Output)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steve02081504/virtual-console",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "A virtual console for capturing and manipulating terminal output.",
5
5
  "main": "main.mjs",
6
6
  "type": "module",