Marc Lajoie

Results 8 issues of Marc Lajoie

When parcel is launched with the option `parcel build --public-url ./` in order to build for deployment outside the root of the server, static-rendered routes no longer reference their resources...

Some style guides insert commas in numbers only starting at five digits. 10000 => 10,000 but 5000 => 5000 Also, some style guides use spaces instead of commas: 3000000 =>...

enhancement

There should be an option that causes ai2html to use the settings file exclusively and not modify the original ai file. This would be useful especially when batch running ai2html.

Exports a new function called `setWindowObject` which sets a singleton `windowObject`. All references to window are now replaced with this `windowObject`, e.g. `windowObject.document` or `windowObject.NodeList`. That way we can do...

It would be useful for nodejs and testing to have an option to use jsdom (or something else) as the provider of the dom. It could be an option to...

Added boolean config setting `write_settings_block` to allow the skipping of adding a settings block to the illustrator document. This is a useful feature when automating ai2html, since `ai2html-config.json` becomes the...

### Describe the problem Currently, using a chart produced by figma2html in an iFrame is difficult if the chart changes heights. Even if it doesn't, the host page for the...

enhancement