4

Measure emoji-picker-element size

 3 years ago
source link: https://gist.github.com/nolanlawson/24de158f60467d832d91347963c3c454
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client
Measure emoji-picker-element size · GitHub

Instantly share code, notes, and snippets.

Measure emoji-picker-element size

#!/usr/bin/env bash

mkdir -p /tmp/tmp cd /tmp/tmp npm init --yes npm install [email protected] [email protected] [email protected] [email protected] npx rollup --input ./node_modules/emoji-picker-element/index.js | npx terser -mc | npx brotli-size npx rollup --input ./node_modules/emoji-picker-element/svelte.js | npx terser -mc | npx brotli-size

rm -fr /tmp/tmp


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK