@phoxia/lux
v0.1.1
Published
Phoxia visual assets for projects that intentionally use the Phoxia identity.
Readme
@phoxia/lux
Phoxia visual assets for projects that intentionally use the Phoxia identity.
Includes:
- detailed radiance mark;
- compact SVG glyph;
- transparent, maskable, Apple and Windows icons;
- web manifest and browser configuration;
- Open Graph images;
- 30 Lux expressions;
- asset URL helpers;
- Svelte and React mascot components;
- CLI asset copier.
The package is optional and should not be installed in unrelated personal or work projects.
Web metadata
<script>
import { phoxiaManifest } from '@phoxia/lux';
</script>
<svelte:head>
<link rel="icon" href={phoxiaManifest.favicon.href} />
<link rel="manifest" href={phoxiaManifest.manifest.href} />
<link rel="apple-touch-icon" href={phoxiaManifest.appleTouchIcon.href} />
</svelte:head>The URLs are immutable, version-pinned jsDelivr URLs and are safe in SSR and static builds.
