Skip to content

Commit

Permalink
style(code): implements eslint & prettier (#31)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: lib return values are now camelCased
  • Loading branch information
axe312ger committed Mar 17, 2018
1 parent d52910e commit 84ef7d4
Show file tree
Hide file tree
Showing 8 changed files with 1,979 additions and 335 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
@@ -0,0 +1,3 @@
module.exports = {
extends: ['prettier-standard']
}
4 changes: 4 additions & 0 deletions .prettierrc
@@ -0,0 +1,4 @@
{
"semi": false,
"singleQuote": true
}
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -123,9 +123,9 @@ Input options:
- blur (default=12)

Returns:
- final_svg - string
- svg_base64encoded - string
- img_dimensions - object
- finalSvg - string
- svgBase64Encoded - string
- imgDimensions - object

**Examples**
```javascript
Expand Down

0 comments on commit 84ef7d4

Please sign in to comment.