node-font-measure
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "node-font-measure", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Calculate metrics of a font", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
"test": "budo test" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/dy/font-measure.git" | ||
"url": "git+https://github.com/kkoooqq/node-font-measure" | ||
}, | ||
@@ -35,5 +31,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/dy/font-measure/issues" | ||
"url": "https://github.com/kkoooqq/node-font-measure/issues" | ||
}, | ||
"homepage": "https://github.com/dy/font-measure#readme", | ||
"homepage": "https://github.com/kkoooqq/node-font-measure#readme", | ||
"dependencies": { | ||
@@ -40,0 +36,0 @@ "canvas": "^2.8.0", |
@@ -1,4 +0,4 @@ | ||
# font-measure [![unstable](https://img.shields.io/badge/stability-unstable-green.svg)](http://github.com/badges/stability-badges) | ||
# node-font-measure [![unstable](https://img.shields.io/badge/stability-unstable-green.svg)](http://github.com/badges/stability-badges) | ||
Calculate metrics for a font. | ||
Calculate metrics for a font in NodeJS. | ||
@@ -74,7 +74,1 @@ [![npm install font-measure](https://nodei.co/npm/node-font-measure.png?mini=true)](https://npmjs.org/package/font-measure/) | ||
for [fontmetrics](https://ghub.io/fontmetrics) as model implementation. | ||
## License | ||
© 2018 Dima Yv. MIT License | ||
Development supported by plot.ly. |
9154
74