UNPKG
han-css
Version:
latest (3.3.0)
v3.1.0 (3.1.0)
3.3.0
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
The CSS typography framework optimised for Hanzi
github.com/ethantw/Han
ethantw/Han
han-css
/
src
/
js
/
global.js
11 lines
(8 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
define
([
'./core'
],
function
(
Han
) {
// Expose to global namespace
if
(
typeof
noGlobalNS ===
'undefined'
|| noGlobalNS ===
false
) {
window
.
Han
=
Han
} })