{"id":"birarux/vhsclient-testing","name":"vhsclient-testing","scope":"birarux","platform":"roblox","description":"An easy to use VHS client module with extensive features that allows you to create VHS effects.","version":"0.0.4","latest":"0.0.4","versions":["0.0.1","0.0.2","0.0.3","0.0.4"],"license":"MIT","licenseRating":"safe","licenseCaveats":[],"licenseVerified":true,"dependencies":{},"integrity":"62605464352b9c723f44848be5ebbd1e0535f3572ac5a1335736784ce020e502","likes":0,"downloads":0,"install":"forest install birarux/vhsclient-testing","url":"https://forest.dev/p/roblox/birarux/vhsclient-testing","files":"https://api.forest.dev/ai/package/roblox/birarux/vhsclient-testing/files","readme":"# VHSClient\n\nVHSClient is a Roblox module that provides an easy-to-use interface for creating VHS effects in your game. It includes features such as blur effects, color correction, noise, pink outlines, lines, and preset lines.\n\n## Features\n\n- **Blur Effect**: Adds a blur effect to the screen.\n- **Color Correction Effect**: Adjusts the color contrast and saturation.\n- **Noise**: Adds noise to the screen.\n- **Pink Outline**: Adds a pink outline to the screen.\n- **Lines**: Adds lines to the screen.\n- **Preset Lines**: Adds preset lines to the screen.\n\n## Installation\n\n### Using Wally\n\nAdd the following to your `wally.toml` file:\n\n```toml\n[dependencies]\nVHSClient = \"birarux/vhsclient@1.0.1\"\n```\n\nThen run:\n\n```\nwally install\n```\n\n### Manual Installation\nDownload the latest release from the releases page.\nPlace the VHSClient.rbxm file in your Roblox project.\n\n## Usage\n\n### Initialization\nTo initialize the VHSClient, require the module and call its functions:\n\n```lua\nlocal VHSClient = require(game.ReplicatedStorage.VHSClient)\n\n-- Show the blur effect\nVHSClient:Show(\"Blur\")\n\n-- Hide the noise effect\nVHSClient:Hide(\"Noise\")\n\n-- Toggle the pink outline\nVHSClient:Toggle(\"Pink\")\n```\n\n## Contributing\nContributions are welcome! Please open an issue or submit a pull request on this repository.\n\n## **VHSClient is licensed under the MIT license**","readmeTruncated":false}