Hi :)
I am trying to access http://pdfmake.org/ but its down ...
me too
If you're trying to load the playground like I was, it is pretty easy to clone the playground repo and run it locally from https://github.com/blikblum/pdfmake-playground
Looks like just
git clone https://github.com/blikblum/pdfmake-playground
cd pdfmake-playground
npm install
npm run dev
# nav browser to localhost:8080
Is there a way to access the code i was testing in the playground from my browser before the website went down?
Thank you :) , you can also use https://www.netlify.com/ .
@liborm85 down too
Site is back.
Most helpful comment
If you're trying to load the playground like I was, it is pretty easy to clone the playground repo and run it locally from https://github.com/blikblum/pdfmake-playground
Looks like just