Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

random-html

zohl15MIT0.0.5

Random html snippets generator.

html

readme

random-html

Build Status

Description

Random html snippets generator. This library is intended for testing purposes only, as resulting html is not guaranteed to be valid.

Status

The library is ready to use. No breaking changes should be expected.

Example

import {randomHTML} from 'random-html';

console.log(randomHTML({maxHeight: 3}));

See also