Skip to content

Source emojione from npm #363

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
/public/mix-manifest.json
/public/tmp
/public/fonts/fa-*
/public/img/emojione
/storage/backups
/storage/gitupdate
/storage/*.key
Expand Down
2 changes: 1 addition & 1 deletion config/emojione.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

return [
'imagePathPNG' => null, // defaults to jsdelivr's free CDN
'imagePathPNG' => 'img/emojione', // defaults to jsdelivr's free CDN, set to 'img/emojione' for local
'sprites' => false, // use sprites?
'spriteSize' => 32, // 32/64
// If you are using the cdn, then you can change these values to get different sizes
Expand Down
Loading