@softicons/core
v0.1.1
Published
Shared types and helpers for Softicons packages.
Maintainers
Readme
@softicons/core
Shared, framework-agnostic types and helpers for the Softicons packages.
Mostly internal — most users want
@softicons/react,@softicons/vue, or@softicons/angular. This package exposes the casing helpers and the CDN URL builder for advanced/dynamic use.
import { toComponentName, cdnUrl } from "@softicons/core";
toComponentName("arrow-right"); // "ArrowRightIcon"
cdnUrl("arrows", "arrow-right"); // "https://cdn.softicons.dev/v1/icons/arrows/arrow-right.svg"Links
- 🌐 softicons.dev — browse all icons
- 📖 Docs
- 📦 All Softicons packages on npm
MIT © Softicons
