mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
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:
parent
8e74acbf3e
commit
ce72acdd61
11 changed files with 1828 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue