diff --git a/README.md b/README.md index 1029243..44b75a7 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,30 @@ # Utility library for creating palette swaps of LÖVE-based images +- Author: Jon Michael Aanes (jonjmaa@gmail.com) + +## [Tables](#Tables) + +palette_swap.color_map +Example color maps + +## [Fields](#Fields) + +palette_swap.get_palette_from_image_data +API + +## Tables + +palette_swap.color_map + + Example color maps + +## Fields + +palette_swap.get_palette_from_image_data + + API + ## Dependencies This project requires [PUC Lua 5.1](https://www.tecgraf.puc-rio.br/lua/mirror/versions.html#5.1) or [LuaJIT](https://luajit.org/luajit.html). Newer versions of PUC Lua are not supported.