Added basic Formula Wizard, Added script to compile SASS and TS, many other random changes.
Update .gitignore, .htaccess, and 68 more files...
This commit is contained in:
@@ -4,6 +4,22 @@
|
||||
"code": [
|
||||
"svg-to-png/code.min.js"
|
||||
],
|
||||
"styles": [],
|
||||
"module": [],
|
||||
"icon": "fad fa-exchange-alt",
|
||||
"title": "tool.svg-to-png.title"
|
||||
"title": "tool.svg-to-png.title",
|
||||
"opengraph": {
|
||||
"title": {
|
||||
"en": "SVG to PNG Converter",
|
||||
"fr": "Convertisseur SVG vers PNG"
|
||||
},
|
||||
"description": {
|
||||
"en": "TODO: Description",
|
||||
"fr": "TODO: Description"
|
||||
},
|
||||
"type": "website",
|
||||
"url": "https://nibblepoker.lu/tools/svg-to-png",
|
||||
"image": "/resources/NibblePoker/images/placeholder.png",
|
||||
"image_type": "image/png"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user