Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

boywithkeyboard/fluent-emoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fluent-emoji

Setup

npm i fluent-emoji

Usage

import { WhiteFlag } from 'fluent-emoji'

export function App() {
  return <WhiteFlag />
}

Building

Note: Deno 1.30 or later is required.

  1. Download Emoji Files

    deno task download
  2. Create JavaScript Bundle

    deno task build