mirror of
https://github.com/twitter/twemoji.git
synced 2024-11-19 02:14:30 +00:00
commit
9c263d1cf9
@ -162,7 +162,7 @@ The function to invoke in order to generate images `src`.
|
||||
|
||||
By default it is a function like the following one:
|
||||
```js
|
||||
function imageSourceGenrator(icon, options) {
|
||||
function imageSourceGenerator(icon, options) {
|
||||
return ''.concat(
|
||||
options.base, // by default Twitter Inc. CDN
|
||||
options.size, // by default "36x36" string
|
||||
|
Loading…
Reference in New Issue
Block a user