English | 中文
using bilibili icon/emotions everywhere with iconify!!
Bilibili has many interesting emojis, and it's very difficult to use them in other applications. This project aims to provide a way to use Bilibili's emojis in any application that supports iconify.
-
install dependencies
pnpm i -S bilicon
-
import and add as a collection to the iconify
import { biliIconifyJSON } from 'bilicon' import { addCollection } from 'iconify-icon' addCollection(biliIconifyJSON)
-
use in HTML
<iconify-icon icon="bili:doge" />
Tip
More details in the quick start