This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Generate icons for a Tauri Application | |
---------------------- | |
By Ibai Farina | |
For correct functionality, the base logo should be 512x512 or larger (keeping the aspect ratio). | |
""" | |
__title__ = 'Tauri Icon Generator' | |
__author__ = 'Ibai Farina' | |
__license__ = 'MIT' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"chapters": [ | |
{ | |
"slug": "capitulo-i-principios-y-disposiciones-generales", | |
"title": "Principios y Disposiciones Generales", | |
"numeral": "I" | |
}, | |
{ | |
"slug": "capitulo-ii-derechos-fundamentales-y-garantias", | |
"title": "Derechos Fundamentales y Garantías", |