- this
- that
- the other thing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { IExecuteFunctions } from 'n8n-core'; | |
import { | |
INodeExecutionData, | |
INodeType, | |
INodeTypeDescription, | |
} from 'n8n-workflow'; | |
export class Gravatar implements INodeType { | |
description: INodeTypeDescription = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public | |
src |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const Tesseract = require('tesseract.js'); | |
Tesseract.recognize( | |
'https://tesseract.projectnaptha.com/img/eng_bw.png', | |
'eng', | |
{ logger: m => console.log(m) } | |
).then(({ data: { text } }) => { | |
console.log(text); | |
}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
castId: { | |
type: 'string', | |
required: true | |
}, | |
apiKey: { | |
type: 'string', | |
required: true | |
}, | |
apiSecret: { | |
type: 'string', |
Strip Atom stuff from here: https://github.com/wyze/atom-seti-icons
Create a Vue component that renders an icon given a filename.
Inputs either "file.html" or just "html."