Rosson Long - One of our experiences with Build...
One of our experiences with BuildShip that seems to be true so far is that you can't import common libraries like this:
import { PDFDocument } from "pdf-lib";
Knowing that you can't import libraries like this, how would you build workflows that manage and interact with PDFs like for example, merging multiple PDFs together into a single PDF at the end of a workflow?
Or maybe imports are possible. We just haven't had any success with them and we've been building for awhile.
import { PDFDocument } from "pdf-lib";
Knowing that you can't import libraries like this, how would you build workflows that manage and interact with PDFs like for example, merging multiple PDFs together into a single PDF at the end of a workflow?
Or maybe imports are possible. We just haven't had any success with them and we've been building for awhile.
