#!/bin/bash
cd pdf.js
npm ci
npx gulp lib
cd ..

mkdir -p build/cmaps
cp -r pdf.js/external/bcmaps/*.bcmap build/cmaps/
