Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Ryan778
GitHub Repository: Ryan778/Ryan778.github.io
Path: blob/master/emojionearea/src/var/cdn.js
575 views
1
define(function() {
2
return {
3
defaultBase: "https://cdnjs.cloudflare.com/ajax/libs/emojione/",
4
base: null,
5
isLoading: false
6
};
7
});
8