remove engines field from package.json

This commit is contained in:
2021-11-10 18:04:32 -05:00
parent b4d658ff44
commit 656053fd73
2 changed files with 2 additions and 9 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
# 🖼️ imagemoji
[![CI](https://github.com/jakejarvis/imagemoji/actions/workflows/ci.yml/badge.svg)](https://github.com/jakejarvis/imagemoji/actions/workflows/ci.yml)
[![npm](https://img.shields.io/npm/v/imagemoji?logo=npm)](https://www.npmjs.com/package/imagemoji)
[![MIT License](https://img.shields.io/github/license/jakejarvis/imagemoji)](LICENSE)
[![npm](https://img.shields.io/npm/v/imagemoji)](https://www.npmjs.com/package/imagemoji)
Replaces emojis in strings or DOM nodes with corresponding images of your choosing. A barebones, mostly drop-in replacement for Twemoji's [`twemoji.parse()`](https://github.com/twitter/twemoji#twemojiparse---v1) (and heavily cherry-picked from Twitter's [original script](https://github.com/twitter/twemoji/blob/master/scripts/build.js) to cut some cruft and save a few bytes).