UNPKG

rn-wordcloud

Version:

A React Native library for creating beautiful and neat word (tag) cloud from any text with custom weight and color.

10 lines (9 loc) 192 B
export default class Space { constructor(spaceType, width, height, x, y) { this.spaceType = spaceType this.width = width this.height = height this.x = x this.y = y } }