@ferchy/n8n-nodes-aimc-toolkit 0.1.21 → 0.1.22
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
CHANGED
|
@@ -10,7 +10,9 @@ AIMC Toolkit is a community node package for n8n with focused nodes:
|
|
|
10
10
|
|
|
11
11
|
n8n is powerful, but real workflows often need basic utilities (validation, parsing, HTTP) and media tasks (convert, compress, merge). I built AIMC Toolkit to remove the busywork and keep workflows short, readable, and fast.
|
|
12
12
|
|
|
13
|
-
**Inspiration**: The original idea was sparked by Kenkaii
|
|
13
|
+
**Inspiration**: The original idea was sparked by Kenkaii's SuperCode. I'm grateful for that work and built AIMC Toolkit as my own version, tailored to my needs and expanded with improvements over time.
|
|
14
|
+
|
|
15
|
+
**Note**: Of course there will be some bugs - that's obvious! We're aware of them and the best thing is that we will continue to improve, so please be patient! 😊
|
|
14
16
|
|
|
15
17
|
## Who This Is For
|
|
16
18
|
|
|
@@ -105,8 +105,6 @@ const libraryLoaders = {
|
|
|
105
105
|
QRCode: () => require('qrcode'),
|
|
106
106
|
qrcode: () => require('qrcode'),
|
|
107
107
|
ytdl: () => require('@distube/ytdl-core'),
|
|
108
|
-
tiktokScraper: () => require('tiktok-scraper'),
|
|
109
|
-
TikTokScraper: () => require('tiktok-scraper'),
|
|
110
108
|
httpProxyAgent: () => require('http-proxy-agent'),
|
|
111
109
|
socksProxyAgent: () => require('socks-proxy-agent'),
|
|
112
110
|
ffmpeg: () => require('fluent-ffmpeg'),
|