mirror of
https://github.com/ruisaraiva19/favycon.git
synced 2026-09-12 19:51:07 +05:00
* feat(drag-and-drop): add drag and drop wizard * chore(seo): update seo share image url * improvement(upload): add download step 3 * improvement(loading): improve loading and add transitions * improvement: add pwa support, clipboard and animations * improvement(seo): add html lang and update title * fix(button): fix button font family
15 lines
170 B
Plaintext
15 lines
170 B
Plaintext
{
|
|
"presets": ["next/babel"],
|
|
"plugins": [
|
|
[
|
|
"prismjs",
|
|
{
|
|
"languages": ["markup"],
|
|
"plugins": [],
|
|
"theme": "default",
|
|
"css": false
|
|
}
|
|
]
|
|
]
|
|
}
|