unicode-writing-script 0.2.0

The package provides detection of writing scripts from Unicode codepoints.
Documentation
1
2
3
4
5
data.json:
	node \
		--input-type=module \
		--eval "import data from './source/data/scripts.js'; console.log(JSON.stringify(data, null, 2))" \
		> $@