twemoji-awesome icon indicating copy to clipboard operation
twemoji-awesome copied to clipboard

local images

Open tigefa4u opened this issue 8 years ago • 2 comments

please add local image for localhost or own cdn :rocket:

tigefa4u avatar May 14 '16 18:05 tigefa4u

Yes please!

marlboro avatar Feb 10 '17 19:02 marlboro

I know it's a little late but you can just recompile the SCSS.

@each $name, $code in $emoji-map {
  .twa-#{$name} {
    background-image: url("https://twemoji.maxcdn.com/2/svg/#{$code}.svg");
  }
}

Then just

sass twemoji-awesome.scss > twemoji-awesome.css

when using the node version of SASS

JustinBack avatar Apr 18 '19 02:04 JustinBack