camelcase
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
decamelize
Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
titleize
Capitalize every word in a string: `unicorn cake` → `Unicorn Cake`
react-player
A React component for playing a variety of URLs, including file paths, Mux, YouTube, Vimeo, and Wistia