Skip to content

Commit

Permalink
improvmets preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunamis4tw committed Oct 20, 2024
1 parent a47e843 commit 320a0f9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

Rubik-Render is a Go-based API service that generates SVG images of Rubik's cubes based on a given configuration. The service allows users to customize the cube's size, view (isometric, flat, or unfolded), and color for each side. This tool supports cubes and cuboids of various dimensions.

<p align="center"><img src="./examples/1.svg" width="128" height="128" /><img src="./examples/7.svg" width="128" height="128" /><img src="./examples/8.svg" width="128" height="128" /><img src="./examples/2.svg" width="128" height="128" /></p>
<p align="center"><img src="./examples/1.svg" height="128" style="margin-left: 16px;" /><!--
--><img src="./examples/7.svg" height="128" style="margin-left: 16px;" /><!--
--><img src="./examples/8.svg" height="128" style="margin-left: 16px;" /><!--
--><img src="./examples/2.svg" height="128" style="margin-left: 16px;" /><!--
--><img src="./examples/14.svg" height="128" style="margin-left: 16px;" /></p>

## Features

Expand Down

0 comments on commit 320a0f9

Please sign in to comment.