preparation to modulize icons.js
@ -1,8 +1,11 @@
/**
* This module enables the jcp framework to use material desing icons
*
* check https://fonts.google.com/icons (20250302)s
*/
const MaterialIcons = new CompelExtension();
export const MaterialIcons = new CompelExtension();
MaterialIcons.name = "materialIcons";
MaterialIcons.diplayTitle = "usage of (material) Icons";
@ -101,7 +104,7 @@ addMaterialIcons(useFromWeb = false, pathToOffline = "../../20250220-materialico
* https://fonts.google.com/icons?icon.size=24&icon.color=%23e8eaed
const ICONS = Object.freeze({
export const ICONS = Object.freeze({
SEARCH: "search",
HOME: "home",
ACCOUNT_CIRCLE: "account_circle",
@ -17,6 +17,10 @@
"main": "icons.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"jpclw-extension": "git+https://git.labos.goip.de/chris/jpclw-extension.git"
"devDependencies": {
"jpc-like-websites": "git+https://git.labos.goip.de/chris/jpc-like-websites.git",
"@eslint/css": "^0.7.0",