From 4d6ffc70ee326ff465d81afe5ef53cffbb20a748 Mon Sep 17 00:00:00 2001 From: James Blackburn Date: Mon, 1 Apr 2024 16:40:02 +0100 Subject: [PATCH] Update webpack complete example link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10f74396..c197eaf2 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ complex documents with a very small amount of code. For more, see the `demo` fol There are three ways to use PDFKit in the browser: - Use [Browserify](http://browserify.org/). See demo [source code](demo/browser.js) and [build script](https://github.com/foliojs/pdfkit/blob/master/package.json#L56) -- Use [webpack](https://webpack.js.org/). See [complete example](https://github.com/blikblum/pdfkit-webpack-example). +- Use [webpack](https://webpack.js.org/). See [complete example](examples/webpack). - Use prebuilt version. Distributed as `pdfkit.standalone.js` file in the [releases](https://github.com/foliojs/pdfkit/releases) or in the package `js` folder. In addition to PDFKit, you'll need somewhere to stream the output to. HTML5 has a