twikoo 1.7.12 → 1.7.14
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/CLAUDE.md +1 -1
- package/dist/twikoo.all.min.js +1 -1
- package/dist/twikoo.all.min.js.LICENSE.txt +17 -3
- package/dist/twikoo.css +2 -2
- package/dist/twikoo.min.js +1 -1
- package/dist/twikoo.min.js.LICENSE.txt +10 -4
- package/dist/twikoo.nocss.js +1 -1
- package/dist/twikoo.nocss.js.LICENSE.txt +17 -3
- package/package.json +9 -8
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
*
|
|
2
|
+
* OwO v1.0.2
|
|
3
|
+
* Source: https://github.com/DIYgod/OwO/blob/master/src/OwO.js
|
|
4
|
+
* Author: DIYgod
|
|
5
|
+
* Modified by: iMaeGoo
|
|
6
|
+
* Released under the MIT License.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
/*!
|
|
10
|
+
* Twikoo v1.7.14
|
|
3
11
|
* (c) 2020-2026 iMaeGoo
|
|
4
12
|
* Released under the MIT License.
|
|
5
|
-
* Last Update:
|
|
13
|
+
* Last Update: 7/7/2026, 12:22:43 PM
|
|
6
14
|
*/
|
|
7
15
|
|
|
8
16
|
/*!
|
|
@@ -11,8 +19,6 @@
|
|
|
11
19
|
* Released under the MIT License.
|
|
12
20
|
*/
|
|
13
21
|
|
|
14
|
-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
15
|
-
|
|
16
22
|
/**
|
|
17
23
|
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
18
24
|
*
|