Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

[request] pass in sharp objects #15

@braco

Description

@braco

This would be helpful:

  const sharp = require('sharp');
  const joinImages = require('join-images');

  return joinImages(sources.map((source) => sharp(source).trim())).then((img) => {
    img.toFile(outPath);
  });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions