haikunatorjs icon indicating copy to clipboard operation
haikunatorjs copied to clipboard

Add support for camelCase

Open ghost opened this issue 6 years ago • 0 comments

Feature request: Support for camelCase and CamelCase.

haikunator.haikunate({ camelCase: true });
// => uselessDollarsign

haikunator.haikunate({ CamelCase: true });
// => FantasticSunflower

ghost avatar Jan 18 '19 16:01 ghost