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

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

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