Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gold24park authored Apr 15, 2023
1 parent fe5827a commit 7f6fab1
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
# PopcornView

A Lightweight Popping Animation Library!

![emoji](/images/emoji.gif)
A Lightweight Popping Animation Android Library!
- Easy to use
- Small Size
- Highly Customizable
<p>
<img src="/images/emoji.gif" width="200"/>
<img src="/images/drawable.gif" width="200"/>
<img src="/images/text.gif" width="200"/>
</p>

## Getting Started

To use this library in your project, add the following dependency to your build.gradle file:

```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
```agsl
dependencies {
implementation 'com.github.gold24park:PopcornView:1.0.0'
Expand Down Expand Up @@ -55,8 +68,6 @@ popcornView.start(

### TextShape

![text](/images/text.gif)

TextShape represents a shape that is drawn as text. It has the following properties:

```
Expand All @@ -73,8 +84,6 @@ val shape = PopcornShape.TextShape(

### DrawableShape

![image](/images/drawable.gif)

```
val shape = PopcornShape.DrawableShape(
size = 100F,
Expand Down

0 comments on commit 7f6fab1

Please sign in to comment.