Random html snippets generator. This library is intended for testing purposes only, as resulting html is not guaranteed to be valid.
The library is ready to use. No breaking changes should be expected.
import {randomHTML} from 'random-html';
console.log(randomHTML({maxHeight: 3}));