https://github.com/flarebyte/dazzling-spatial-rendering
Rendering engine for vector graphics
https://github.com/flarebyte/dazzling-spatial-rendering
Last synced: 8 months ago
JSON representation
Rendering engine for vector graphics
- Host: GitHub
- URL: https://github.com/flarebyte/dazzling-spatial-rendering
- Owner: flarebyte
- License: other
- Created: 2016-02-12T13:37:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-28T21:31:51.000Z (about 10 years ago)
- Last Synced: 2025-01-04T10:24:51.921Z (over 1 year ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# dazzling-spatial-rendering
[![NPM version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Coveralls Status][coveralls-image]][coveralls-url]
[![Dependency Status][depstat-image]][depstat-url]
[![Downloads][download-badge]][npm-url]
> Rendering engine for vector graphics
## Install
```sh
npm i -D dazzling-spatial-rendering
```
## Usage
```js
import dazzlingSpatialRendering from "dazzling-spatial-rendering"
dazzlingSpatialRendering() // true
```
## License
MIT © [olih](http://github.com/flarebyte)
[npm-url]: https://npmjs.org/package/dazzling-spatial-rendering
[npm-image]: https://img.shields.io/npm/v/dazzling-spatial-rendering.svg?style=flat-square
[travis-url]: https://travis-ci.org/flarebyte/dazzling-spatial-rendering
[travis-image]: https://img.shields.io/travis/flarebyte/dazzling-spatial-rendering.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/flarebyte/dazzling-spatial-rendering
[coveralls-image]: https://img.shields.io/coveralls/flarebyte/dazzling-spatial-rendering.svg?style=flat-square
[depstat-url]: https://david-dm.org/flarebyte/dazzling-spatial-rendering
[depstat-image]: https://david-dm.org/flarebyte/dazzling-spatial-rendering.svg?style=flat-square
[download-badge]: http://img.shields.io/npm/dm/dazzling-spatial-rendering.svg?style=flat-square