1
0
Fork 0
mirror of https://github.com/Luzifer/gallery.git synced 2024-11-14 08:52:43 +00:00
gallery/vendor/gopkg.in/mattn/go-runewidth.v0/runewidth_js.go

9 lines
169 B
Go
Raw Normal View History

// +build js
package runewidth
func IsEastAsian() bool {
// TODO: Implement this for the web. Detect east asian in a compatible way, and return true.
return false
}