Skip to content

Commit 1e0084a

Browse files
committedJun 13, 2019
Minor fixes to images
1 parent 6dbaa31 commit 1e0084a

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed
 

‎Data/Basics.csv ‎Data/basics.csv

File renamed without changes.
File renamed without changes.

‎Resources/basics.jpg

51.2 KB
Loading

‎Resources/core_components.jpg

82.2 KB
Loading

‎Resources/operators.jpg

205 KB
Loading

‎generate.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
HTML
8080

8181
## Convert HTML to Image 🤯
82-
kit = IMGKit.new(html, :quality => 85)
82+
kit = IMGKit.new(html, :quality => 100)
8383
file = kit.to_file("Resources/#{image_file}")
8484
}
8585

0 commit comments

Comments
 (0)
Failed to load comments.