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:
2023-08-02 17:06:58 +02:00
parent 6fb621e550
commit 4cf950b5dd
70 changed files with 4128 additions and 182 deletions

View File

@@ -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"
}
}