https://github.com/zswang/svgbackground
Some simple SVG background generation tools.
https://github.com/zswang/svgbackground
background patterns svg
Last synced: over 1 year ago
JSON representation
Some simple SVG background generation tools.
- Host: GitHub
- URL: https://github.com/zswang/svgbackground
- Owner: zswang
- Created: 2016-07-19T12:38:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-08T14:20:47.000Z (almost 9 years ago)
- Last Synced: 2025-01-24T09:09:40.038Z (over 1 year ago)
- Topics: background, patterns, svg
- Language: JavaScript
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Svg Background
-------
# [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coverage-image]][coverage-url]
## 生成效果



## 安装
```bash
$npm install svgbackground
```
or
```bash
$bower install svgbackground
```
## 使用
```js
svgbackground.rhombusBackgrounds('div');
```
## License
MIT © [zswang](http://weibo.com/zswang)
[npm-url]: https://npmjs.org/package/svgbackground
[npm-image]: https://badge.fury.io/js/svgbackground.svg
[travis-url]: https://travis-ci.org/zswang/svgbackground
[travis-image]: https://travis-ci.org/zswang/svgbackground.svg?branch=master
[coverage-url]: https://coveralls.io/github/zswang/svgbackground?branch=master
[coverage-image]: https://coveralls.io/repos/zswang/svgbackground/badge.svg?branch=master&service=github