Files
UNIT3D-Community-Edition/config/emojione.php
T
2018-12-06 14:42:13 +00:00

22 lines
703 B
PHP

<?php
/**
* NOTICE OF LICENSE.
*
* UNIT3D is open-sourced software licensed under the GNU General Public License v3.0
* The details is bundled with this project in the file LICENSE.txt.
*
* @project UNIT3D
*
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
* @author HDVinnie
*/
return [
'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
'emojiSize' => 64, // 32/64/128
'emojiVersion' => '4.0',
];