KaKi87
KaKi87
Please have a look at [Stylus](https://github.com/openstyles/stylus), which is a privacy-friendly fork of Stylus. PS : what's this format's name ?
Is there an official page documenting its syntax? Thanks
Hello, any news on this ? Thanks !
Hello @vladimiry, I have no problem previewing PDFs using [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/embed) on [`electron@^11.3.0`](https://www.npmjs.com/package/electron/v/11.3.0).
Hello, any news on this ? Thanks
Okay, but what I want is a method that returns an array with all emojis detected in the sentence. Thanks
Why couldn't this feature be a part of node-emoji's implementation ?
```js const emoji = require('node-emoji'); emoji.findAll('I :heart: :coffee: and :pizza:!'); emoji.findAll('I ❤️ ☕️ and 🍕!'); emoji.findAll('I :heart: ☕️ and :pizza:!'); ``` ```json [ { "emoji": "❤️", "key": "heart" }, {...