Re-enabled stubs for PNG analyser and ICO maker, Implemented Data utils, file utils and PNG parser, Still testing
Update png-analyser.yml, png-chunk-analyser.yml, and 17 more files...
This commit is contained in:
7
data/applets/png-analyser.yml
Normal file
7
data/applets/png-analyser.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
applets:
|
||||
- id: "png-analyser"
|
||||
resources:
|
||||
scripts:
|
||||
- "applet://png-analyser.mjs"
|
||||
stylesheets:
|
||||
- "applet://png-analyser.css"
|
@@ -1,7 +0,0 @@
|
||||
applets:
|
||||
- id: "png-chunk-analyser"
|
||||
resources:
|
||||
scripts:
|
||||
- "applet://png-chunk-analyser.mjs"
|
||||
stylesheets:
|
||||
- "applet://png-chunk-analyser.css"
|
@@ -4,7 +4,8 @@ meta.title: "Icon Maker"
|
||||
meta.description: "..."
|
||||
|
||||
|
||||
|
||||
file.selection.title: "File Selection"
|
||||
file.selection.1: "Drop your file(s) here or click on the buttons."
|
||||
|
||||
enable.expert.mode: "Enable expert mode"
|
||||
enable.binary.blobs: "Allow binary blobs"
|
||||
|
@@ -4,7 +4,8 @@ meta.title: "Fabricateur d'icônes"
|
||||
meta.description: "..."
|
||||
|
||||
|
||||
|
||||
file.selection.title : "Sélection de fichier(s)"
|
||||
file.selection.1 : "Déposez vos fichiers ici ou cliquez sur les boutons."
|
||||
|
||||
enable.expert.mode: "Activer le mode expert"
|
||||
enable.binary.blobs: "Autoriser les blobs binaires"
|
||||
|
@@ -16,7 +16,7 @@ tools:
|
||||
title_key: "meta.title"
|
||||
description_key: "meta.description"
|
||||
index:
|
||||
priority: 100
|
||||
priority: 1500
|
||||
enable: true
|
||||
title_key: "meta.title"
|
||||
preamble_key: "meta.description"
|
||||
@@ -27,4 +27,5 @@ tools:
|
||||
title_key: "meta.title"
|
||||
subtitle_key: "article.subtitle"
|
||||
tags:
|
||||
- "undefined"
|
||||
- "utility"
|
||||
- "graphics"
|
@@ -1,6 +1,6 @@
|
||||
tools:
|
||||
- id: "png-chunk-analyser"
|
||||
applet_id: "png-chunk-analyser"
|
||||
- id: "png-analyser"
|
||||
applet_id: "png-analyser"
|
||||
metadata:
|
||||
head:
|
||||
title_key: "meta.title"
|
Reference in New Issue
Block a user