Current API:
function getIconUrl(name: string, family: string, variant: string) {}
// base "resolver"
{| <?xml version="1.0" encoding="UTF-8" ?> | |
| <!-- | |
| Dark mode default style for Notepad++. | |
| This file is based on Zenburn them (zenburn.xml) | |
| License: GPL2 | |
| --> | |
| <NotepadPlus modelDate="20251214" modelFileLastModifiedDate="20251227"> | |
| <LexerStyles> | |
| <LexerType name="actionscript" desc="ActionScript" ext=""> | |
| <WordsStyle name="DEFAULT" styleID="11" fgColor="DCDCCC" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" /> |
| def tick args | |
| args.state.background ||= { | |
| x: 0, | |
| y: Grid.h / 2, | |
| h: 224 * 2, | |
| w: 1504 * 2, | |
| path: "sprites/background.png" | |
| } | |
| background_sprite = args.state.background |
| const nb = [ | |
| 'ArrowDown', | |
| 'ArrowUp' | |
| ] | |
| class Xs { | |
| static windowKeyUpHandler(e) { | |
| nb.includes(e.key) && e.preventDefault() | |
| } | |
| } |
| // config/assets.js | |
| import * as path from "node:path" | |
| import * as url from 'node:url'; | |
| import * as assets from "hanami-assets"; | |
| import chokidar from 'chokidar'; | |
| // ESM polyfill for __dirname | |
| const __dirname = url.fileURLToPath(new URL('.', import.meta.url)); |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title></title> | |
| </head> | |
| <body> | |
| <script data-fa-kit-code="38c11e3f20" type="module" src="https://early.webawesome.com/webawesome@3.0.0-beta.6/dist/webawesome.loader.js"></script> | |
| <link rel="stylesheet" href="https://early.webawesome.com/webawesome@3.0.0-beta.6/dist/styles/webawesome.css"> |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title></title> | |
| </head> | |
| <body> | |
| <script data-fa-kit-code="38c11e3f20" type="module" src="https://early.webawesome.com/webawesome@3.0.0-beta.6/dist/webawesome.loader.js"></script> | |
| <link rel="stylesheet" href="https://early.webawesome.com/webawesome@3.0.0-beta.6/dist/styles/webawesome.css"> |