mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
🚚 Directorize and alphabetize nodes (#2445)
* 🚚 Directorize nodes * ⚡ Alphabetize nodes and credentials * 🔥 Remove unused node * 🔥 Remove unused codex * 🔥 Remove duplicate cred file references * 🐛 Fix node file paths * 🔥 Remove duplicate node reference
This commit is contained in:
22
packages/nodes-base/nodes/EditImage/EditImage.node.json
Normal file
22
packages/nodes-base/nodes/EditImage/EditImage.node.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"node": "n8n-nodes-base.editImage",
|
||||
"nodeVersion": "1.0",
|
||||
"codexVersion": "1.0",
|
||||
"details": "The Edit Image node allows you to manipulate and edit images. Use this node when you want to:\n\n- Blur an image\n- Add a border to an image\n- Create a new image\n- Crop an image\n- Composite an image on top of another\n- Draw on an image\n- Get information about the image\n- Rotate an image\n- Change the size of an image\n- Shear an image along the X or Y axis\n- Add text to the image",
|
||||
"categories": [
|
||||
"Marketing & Content",
|
||||
"Core Nodes"
|
||||
],
|
||||
"resources": {
|
||||
"primaryDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.editImage/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"subcategories": {
|
||||
"Core Nodes": [
|
||||
"Files"
|
||||
]
|
||||
}
|
||||
}
|
||||
1374
packages/nodes-base/nodes/EditImage/EditImage.node.ts
Normal file
1374
packages/nodes-base/nodes/EditImage/EditImage.node.ts
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user