nopeless

Results 187 comments of nopeless

Also this api will probably break after a short period of time. Just a proof of concept

I think this will fix my error too Any maintainers on this?

@pascalgn I'm not sure whether you will agree with me but I think debug should be on by default

I was expecting a pr like this an was not disappointed 👍

```html SpringCard Page / 4 ``` This works for me Are you sure you properly saved your file

> hello @nopeless how did you create the pdf ? Like me or with puppeteer ? Could you please show me how did you did it ? Thx ! Its...

GitPod* I have no idea why the machine in GitPod can't install some libraries (can't run puppeteer) but use this code ```js const path = require('path'); const mdpdf = require('./src/index.js');...

oh and uh... You might have to use path.join again (this code is tested on a custom branch #119) and this pr fixes path resolve

@DEYROS ![image](https://user-images.githubusercontent.com/38830903/175449854-353d50f6-9878-4586-a17c-e70187950416.png)

> @nopeless Why did you put : > > ```js > const mdpdf = require('./src/index.js'); > ``` > > instead of : > > ```js > const mdpdf = require('mdpdf');...