Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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