{"id":"virtualbutfake/lucideroblox","name":"lucideroblox","scope":"virtualbutfake","platform":"roblox","description":"..this may or may not be a typo","version":"0.1.2","latest":"0.1.2","versions":["0.1.0","0.1.1","0.1.2"],"license":"MIT","licenseRating":"safe","licenseCaveats":["License identified from the packaged LICENSE file; the manifest declared none."],"licenseVerified":true,"dependencies":{},"integrity":"c32610d24411aa5df60bdbffe7abf64fbf087c99f3f52746ee5048348a3680e8","likes":0,"downloads":0,"install":"forest install virtualbutfake/lucideroblox","url":"https://forest.dev/p/roblox/virtualbutfake/lucideroblox","files":"https://api.forest.dev/ai/package/roblox/virtualbutfake/lucideroblox/files","readme":"<div align=\"center\">\n\n# lucide-roblox\n\nA simple library for easy access to the entire [Lucide Icons](https://lucide.dev/icons/) set, in Roblox.\n\n[![CI](https://github.com/virtualbutfake/lucide-roblox/actions/workflows/ci.yaml/badge.svg)](https://github.com/virtualbutfake/lucide-roblox/actions)\n</div>\n\n[![Wally](./assets/wally-badge.svg)](https://wally.run/package/virtualbutfake/lucide-roblox)\n[![Roblox](./assets/roblox-badge.svg)](https://github.com/virtualbutfake/lucide-roblox/releases/)\n\n## Credits\nThis library would not have existed without [this](https://github.com/latte-soft/lucide-roblox) library; lucide-roblox came to be after I found myself wanting different sizes of the icons, but Tarmac was broken and didn't allow me to resize the icons, leading to me writing my own way of creating these icons.\n\n**If you are looking for 48px and 256px icons, please use the original library. This library is a bandaid fix and once Tarmac is fixed, there is no reason to use this over the original library.**\n\n## Installation\n### Wally (recommended)\nlucide-roblox is available on Wally, and can be installed by adding ``lucide-roblox = \"virtualbutfake/lucide-roblox@0.1.0\"`` to your wally.toml.\n\n### Roblox\nlucide-roblox is available through Roblox if you don't use Wally, and can be installed by adding the latest release to your game and then requiring it.\n\n## Usage\nlucide-roblox is extremely straightforward:\n```lua\nlocal lucide = require(path.to.lucide-roblox)\nlocal icon = lucide.GetAsset(\"name\", size) -- conveniently mimics the original lucide-roblox API, so you can easily port your code back later\n```\n\nThe complete list of icons can be found [here](./md/icon-index.md)\n\n## Updating\nIn order to update the definitions of the icons, you can run the following command:\n```bash\nlune run lune/setup.lua\n```\nThis will pull the latest icons, process them, add them to Tarmac and update the icons in the package. If any new icons appear, feel free to open a PR to add them.\n\n## License\nlucide-roblox is licensed under the MIT License. See [LICENSE](./LICENSE.md) for more information.\n","readmeTruncated":false}