I'm using ember-emojione.
I would like to display emoji as individual PNGs. I want those PNGs served from a custom domain.
How can I configure that?
I'm using ember-emojione.
I would like to display emoji as individual PNGs. I want those PNGs served from a custom domain.
How can I configure that?
Copyright © 2021 Jogjafile Inc.
Here's how you do it:
In your app's
ember-cli-build.js
, set sprites and asset inclusion to disabled:Other types of images are not included by default.
In your app's
config/environment.js
, define the path to PNG emoji on your CDN: