To use String Case Converter in your project, simply import the functions you need and call them with the desired string input. import { toCamelCase, toSnakeCase } from 'string-case-converter'; // ...