UNPKG

react-native-runescape-text

Version:

Convert text to a text GIF image with RuneScape chat effects for React Native.

11 lines (9 loc) 169 B
const wordWrapConfig = { width: 50, indent: "", newline: "\n", escape: (str) => str.trimEnd(), trim: false, cut: false, }; module.exports = wordWrapConfig;