Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinnn/source-han-sans-code-point-map-jp
Source Han Sans code point mappings for Japanese
https://github.com/shinnn/source-han-sans-code-point-map-jp
Last synced: 27 days ago
JSON representation
Source Han Sans code point mappings for Japanese
- Host: GitHub
- URL: https://github.com/shinnn/source-han-sans-code-point-map-jp
- Owner: shinnn
- License: mit
- Created: 2014-10-10T15:47:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-11T04:14:53.000Z (about 10 years ago)
- Last Synced: 2024-09-27T06:13:32.046Z (about 2 months ago)
- Language: JavaScript
- Size: 543 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Source Han Sans code point mappings for Japanese
[![Build Status](https://travis-ci.org/shinnn/source-han-sans-code-point-map-jp.svg?branch=master)](https://travis-ci.org/shinnn/source-han-sans-code-point-map-jp)
Integer code point mappings of [Source Han Sans](https://github.com/adobe-fonts/source-han-sans) v1.000 for Japanese
```javascript
{
"(Integer code point)": "(CID)"
// ...
}
```[**Download**][json]
## Use as a JavaScript Library
[![NPM version](https://badge.fury.io/js/source-han-sans-code-point-map-jp.svg)](https://www.npmjs.org/package/source-han-sans-code-point-map-jp)
[![Bower version](https://badge.fury.io/bo/source-han-sans-code-point-map-jp.svg)](https://github.com/shinnn/source-han-sans-code-point-map-jp/releases)
[![Coverage Status](https://img.shields.io/coveralls/shinnn/source-han-sans-code-point-map-jp.svg)](https://coveralls.io/r/shinnn/source-han-sans-code-point-map-jp)
[![devDependency Status](https://david-dm.org/shinnn/source-han-sans-code-point-map-jp/dev-status.svg)](https://david-dm.org/shinnn/source-han-sans-code-point-map-jp#info=devDependencies)### Installation
#### Package managers
##### [npm](https://www.npmjs.org/)
```sh
npm i --save source-han-sans-code-point-map-jp
```##### [Bower](http://bower.io/)
```sh
bower i --save source-han-sans-code-point-map-jp
```##### [Duo](http://duojs.org/)
```javascript
var sourceHanSansCodePointMapJp = require('shinnn/source-han-sans-code-point-map-jp');
```#### Standalone
[Download the script file directly.](https://raw.githubusercontent.com/shinnn/source-han-sans-code-point-map-jp/master/scripts/source-han-sans-code-point-map-jp.js)
### API
#### sourceHanSansCodePointMapJp()
Return: `Object` (mapping data, same as [the JSON file][json])
## License
Copyright (c) 2014 [Shinnosuke Watanabe](https://github.com/shinnn)
Licensed under [the MIT License](./LICENSE).
[json]: https://raw.githubusercontent.com/shinnn/source-han-sans-code-point-map-jp/master/source-han-sans-code-point-map-jp.json