📖 Add creative flair to your projects with quick and easy content generation.
Generate content for testing, previews, and other scenarios. Seamless integration in dev and prod. Import consistent, randomized content on client/server. Framework-agnostic for versatile use.
import {
Name,
Surname,
Email,
Username,
Title,
Website
} from "@contenter"
const allDatas = {
name: Name(),
surname: Surname(),
email: Email(),
username: Username(),
title: Title(),
website: Website()
}
console.log(allDates)
// output: {
// name: 'Ava',
// surname: 'Campbell',
// email: '[email protected]',
// username: 'ava_campbell',
// title: 'Understanding the Dynamics of International',
// website: 'placeholderfinance.com',
// }
Licensed under the MIT License, everyone is allowed to use the code expect for bad.
See LICENSE for more information.