db-gn 1.1.2 → 1.1.4
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 +14 -0
- package/package.json +1 -1
- package/v2.html +4 -0
package/README.md
CHANGED
|
@@ -82,6 +82,20 @@ https://raw.githubusercontent.com/ltorl/dancing-bunny/refs/heads/main/bookmarkle
|
|
|
82
82
|
|
|
83
83
|
---
|
|
84
84
|
|
|
85
|
+
### Data URi
|
|
86
|
+
|
|
87
|
+
```text
|
|
88
|
+
https://raw.githubusercontent.com/ltorl/dancing-bunny/refs/heads/main/datauri.txt
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
#### Instructions
|
|
92
|
+
|
|
93
|
+
1. Open the data URi source
|
|
94
|
+
2. Copy the link
|
|
95
|
+
4. Paste into URL bar
|
|
96
|
+
|
|
97
|
+
---
|
|
98
|
+
|
|
85
99
|
## License
|
|
86
100
|
|
|
87
101
|
Licensed under the GNU General Public License v3.0.
|
package/package.json
CHANGED