Files
streamline-emr/docker/streamline-src/vendor/h4cc/wkhtmltoimage-amd64/composer.json
T
alec.turner a424394109 Build modified streamline images
The official image from streamline does not currently work for the arm64
platform. As a temporary measure, the source code and docker build scripts
have been lifted from the official images and are used to build locally.

Some additional modifications are made to reduce overall image size, these
are documented in docker/README.md
2024-03-10 16:17:50 -07:00

20 lines
558 B
JSON

{
"name": "h4cc/wkhtmltoimage-amd64",
"description": "Convert html to image using webkit (qtwebkit). Static linked linux binary for amd64 systems.",
"keywords": ["image", "thumbnail", "snapshot", "wkhtmltoimage", "convert", "binary"],
"license": "LGPL Version 3",
"homepage": "http://wkhtmltopdf.org/",
"authors": [
{
"name": "Julius Beckmann",
"email": "github@h4cc.de"
}
],
"minimum-stability": "stable",
"bin": [
"bin/wkhtmltoimage-amd64"
],
"require": {
}
}