@andrew_l/toolkit 0.2.18 → 0.2.20
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 +9 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Toolkit
|
|
2
2
|
|
|
3
|
-
![
|
|
4
|
-
![
|
|
5
|
-
![
|
|
3
|
+
[![npm version][npm-version-src]][npm-version-href]
|
|
4
|
+
![license][license-src]
|
|
5
|
+
[![bundle][bundle-src]][bundle-href]
|
|
6
6
|
|
|
7
7
|
A personal collection of utility JavaScript functions that have been developed and refined over the years. This toolkit contains a variety of helper functions aimed at making everyday JavaScript tasks easier, more efficient, and maintainable.
|
|
8
8
|
|
|
@@ -22,3 +22,9 @@ A personal collection of utility JavaScript functions that have been developed a
|
|
|
22
22
|
- Telegram Web
|
|
23
23
|
- Me
|
|
24
24
|
- And others
|
|
25
|
+
|
|
26
|
+
[npm-version-src]: https://img.shields.io/npm/v/@andrew_l/toolkit?style=flat
|
|
27
|
+
[npm-version-href]: https://npmjs.com/package/@andrew_l/toolkit
|
|
28
|
+
[bundle-src]: https://img.shields.io/bundlephobia/min/@andrew_l/toolkit?style=flat
|
|
29
|
+
[bundle-href]: https://bundlephobia.com/result?p=@andrew_l/toolkit
|
|
30
|
+
[license-src]: https://img.shields.io/npm/l/@andrew_l/toolkit?style=flat
|