Daniel Ruf

Results 910 comments of Daniel Ruf

Do you have a example html document for us which we can use to reproduce / test this?

You can emulate the `print` media in the developer tools of Chrome. As we use Puppeteer it is just a normal headless Chromium instance.

I think https://developers.google.com/web/tools/chrome-devtools/css/print-preview should be helpful.

Hi @mayank, can you describe your use case a bit more detailed? What is your current use case and what do you want to improve by splitting these? Normally the...

> Since cli has many overheads the overall package size is huge ~400M. Well the biggest dependency is the Chromium build which is normally downloaded by puppeteer. But you may...

http://npm.broofa.com/?q=relaxedjs In general such a change would be a breaking change and can be only done for a new major version.

```shell ➜ ReLaXed git:(master) yarn install --production yarn install v1.15.2 info No lockfile found. [1/4] 🔍 Resolving packages... [2/4] 🚚 Fetching packages... [3/4] 🔗 Linking dependencies... warning "mermaid > [email protected]"...

We can analyse some of them and try to use only the needed ones in `package.json`. `lodash` is such a candidate for example.

@Zulko see https://www.cssfontstack.com/Times-New-Roman

For the needed CSS rules to set the right font (including the fallback fonts).