Add 'add text to image' operation.

Included variants of the Roboto fonts as bitmap fonts for jimp.
Changed webpack config to import the font files.
This commit is contained in:
j433866 2019-03-19 13:53:09 +00:00
parent 8e74acbf3e
commit ce72acdd61
11 changed files with 1828 additions and 2 deletions

View file

@ -94,7 +94,7 @@ module.exports = {
]
},
{
test: /\.(ico|eot|ttf|woff|woff2)$/,
test: /\.(ico|eot|ttf|woff|woff2|fnt)$/,
loader: "url-loader",
options: {
limit: 10000