rpg-convers
v1.1.2
Published
An rpg conversation maker, To use first call new Conversation([{name: '', message: '', isLeft: bool define if the speaker will be on left or right, imageDirectory: the file for your image if have}], howfast The speaker is in miliseconds, callback function
Downloads
4
Readme
To start using rpg conversation maker
import Conversation from "rpg-convers"
conversation = new Conversation(document, speaking speed in miliseconds)
conversation.startConversation(arrayOfMessage, startingPage, callback)
arrayOfMessage has properties of { name: String, message: String, isLeft: Bool, imageDirectory: String(Ex. "./images/pictures/ryan.png") }