{"id":"developercron/camerashake","name":"camerashake","scope":"developercron","platform":"roblox","description":"CameraShake class","version":"0.2.0","latest":"0.2.0","versions":["0.1.0","0.2.0"],"license":"MIT","licenseRating":"safe","licenseCaveats":["License identified from the packaged LICENSE file; the manifest declared none."],"licenseVerified":true,"dependencies":{},"integrity":"1f5a4e65123c9fc96ddd2a9beedfb858bfea2955b11b425760a0f10b4bc0a069","likes":0,"downloads":0,"install":"forest install developercron/camerashake","url":"https://forest.dev/p/roblox/developercron/camerashake","files":"https://api.forest.dev/ai/package/roblox/developercron/camerashake/files","readme":"## CamerShake\r\n\r\n\r\n### API\r\n___\r\n\r\n```lua\r\n    function CameraShake.init()\r\n```\r\nInitializes the CameraShake.\r\n\r\n```lua\r\n    function CameraShake:AddSound(Sound)\r\n```\r\n\r\n`Sound: Instance` The sound the camera will visualize.\r\n\r\n```lua\r\n    function CameraShake:Disconnect()\r\n```\r\nDisconnects the RunConnection.\r\n\r\n```lua\r\n    function CameraShake:Start()\r\n```\r\nStarts the sound visualizing\r\n\r\n___\r\n\r\n## Usage\r\n\r\n```lua\r\n    local Sound = workspace.Sound\r\n    local CameraShake = require(path.to.CameraShake).init()\r\n    \r\n    CameraShake:AddSound(Sound)\r\n    CameraShake:Start()\r\n```\r\n\r\n\r\n\r\n\r\n","readmeTruncated":false}