Skip to content

v0.10.0

Choose a tag to compare

@cheton cheton released this 26 Jan 15:40
· 44 commits to master since this release

Enhancements

Adds an inlineImages option that can replace the image data with data URIs (PR #47)

For example from:

 background-image: url("background.png");

to:

background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVQAAAHgCAYAAAD6yZXWAAAABmJLR0QA");