diff --git a/README.md b/README.md index de5658a..d1ee664 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ A Kotlin compiler plugin that automatically generates mapping methods between da KMapper is a Kotlin compiler plugin that provides code generation capabilities for mapping between data classes. It uses a fluent DSL syntax with the `mapper` extension function to transform objects from one type to another, with compile-time validation to ensure all required constructor parameters are mapped. -![KMapper Demo](static/demo.gif) - ## Features - **Kotlin 2.0+ Support**: Built with K2 compiler support (Kotlin 2.3.10) diff --git a/static/demo.gif b/static/demo.gif deleted file mode 100644 index 320b11f..0000000 Binary files a/static/demo.gif and /dev/null differ