1.1.1 • Published 5 years ago

@hghazni/random-title v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Random Title

By Harry Ghazni / COPYRIGHT 2019

Generates a random selection out of a set of titles made by yourself.

npm i @hghazni/random-title

Configure it with as many strings as you want, I've used 3 as an example.

<script type="module">

import rtitle from './node_modules/@hghazni/random-title/index.js';

rtitle(
    //element ID you wish the title to go in
    {element: 'rtitle'},

    //string 1
    'Title numero 1',

    //string 2
    'Title numero 2',

    //string 3
    'Title numero 3'
);
</script>

=> https://github.com/hghazni/random-title

=> NPM Module

=> Harry Ghazni

npm npm bundle size

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago