Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
av01d committed Jun 2, 2021
1 parent e807efc commit f68c994
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true

# Matches multiple files with brace expansion notation
[*.{js,css,html}]
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.css linguist-detectable=false
*.html linguist-detectable=false
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ A collection of brushes for fabric.js (version 4 and up).
- Squares
- Web

<img src="https://av01d.github.io/fabric-brushes/img/brushes.png" width="200" height="256">

## [Live Demo](https://av01d.github.io/fabric-brushes/index.html)

## Table of contents
- [Demo](#demo)
- [Getting started](#getting-started)
Expand All @@ -26,9 +22,7 @@ A collection of brushes for fabric.js (version 4 and up).
- [Real world examples](#real-world-examples)
- [License](#license)

## Demo

[Live demo](https://av01d.github.io/fabric-brushes/index.html).
## [Demo](https://av01d.github.io/fabric-brushes/index.html)

[<img src="https://av01d.github.io/fabric-brushes/img/brush.crayon.gif" alt="Crayon brush" width="640" height="320">](https://av01d.github.io/fabric-brush)
[<img src="https://av01d.github.io/fabric-brushes/img/brush.fur.gif" alt="Fur brush" width="640" height="320">](https://av01d.github.io/fabric-brush)
Expand Down

0 comments on commit f68c994

Please sign in to comment.