1.2.1 • Published 3 years ago

@fbl-plugins/html-to-img v1.2.1

Weekly downloads
11
License
MIT
Repository
github
Last release
3 years ago

FBL Plugins: HTML to Image

Allows to convert any HTML document into image inside fbl flow.

Tests Known Vulnerabilities codecov Total alerts Language grade: JavaScript

Integration

There are multiple ways how plugin can be integrated into your flow.

package.json

This is the most recommended way. Create package.json next to your flow file with following content:

{
  "name": "flow-name",
  "version": "1.0.0",
  "description": "",
  "scripts": {
    "fbl": "fbl"
  },
  "license": "UNLICENSED",
  "dependencies": {
    "@fbl-plugins/html-to-img": "1.0.0",
    "fbl": "1.9.2"
  }
}

Then you can install dependencies as any other node module yarn install depending on the package manager of your choice.

After that you can use yarn fbl <args> to execute your flow or even register a custom script inside "scripts".

Global installation

npm i -g @fbl-plugins/html-to-img

Register plugin to be accessible by fbl

  • via cli: fbl -p @fbl-plugins/html-to-img <args>
  • via flow:
requires:
  fbl: '>=1.9.2'
  plugins:
    '@fbl-plugins/html-to-img': '>=1.0.0'

pipeline:
  # your flow goes here

Documentation

Read more here.

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.0-beta.0

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago