This website requires JavaScript.
Explore
Help
Sign In
haskal
/
jiti-meet
Watch
1
Star
0
Fork
You've already forked jiti-meet
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5a40821500
jiti-meet
/
react
/
features
/
base
/
avatar
/
index.js
6 lines
98 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: initial based avatars
2019-06-26 14:08:23 +00:00
// @flow
export
*
from
'./components'
;
fix(gravatar): Add crossOrigin attribute. In cross origin issolated mode we need to explicitly add crossOrigin attribute for all resources that are loaded with CORS headers.
2021-11-30 21:03:50 +00:00
export
*
from
'./constants'
;
fix: AlwaysOnTop avatar
2019-07-03 15:39:39 +00:00
export
*
from
'./functions'
;