Add emoji sheets to repo
Before Width: | Height: | Size: 7.2 MiB |
Before Width: | Height: | Size: 2.2 MiB |
Before Width: | Height: | Size: 3.4 MiB |
Before Width: | Height: | Size: 4.1 MiB |
|
@ -56,7 +56,7 @@ class Example extends React.Component {
|
|||
<br /> emojiSize<Operator>=</Operator>{<Variable>{this.state.emojiSize}</Variable>} <input type='range' data-key='emojiSize' onChange={this.handleInput.bind(this)} min='16' max='64' value={this.state.emojiSize} />
|
||||
<br /> perLine<Operator>=</Operator>{<Variable>{this.state.perLine}</Variable>} {this.state.perLine < 10 ? ' ' : ' '} <input type='range' data-key='perLine' onChange={this.handleInput.bind(this)} min='7' max='16' value={this.state.perLine} />
|
||||
<br /> skin<Operator>=</Operator>{<Variable>{this.state.skin}</Variable>} <input type='range' data-key='skin' onChange={this.handleInput.bind(this)} min='1' max='6' value={this.state.skin} />
|
||||
<br /> sheetURL<Operator>=</Operator><String>'images/sheet-{this.state.set}-64.png'</String>
|
||||
<br /> sheetURL<Operator>=</Operator><String>'sheets/sheet_{this.state.set}_64.png'</String>
|
||||
<br /> onClick<Operator>=</Operator>{(<Variable>emoji</Variable>) => console.log(<Variable>emoji</Variable>)}
|
||||
<br /><Operator>/></Operator>
|
||||
</pre>
|
||||
|
@ -65,7 +65,7 @@ class Example extends React.Component {
|
|||
emojiSize={this.state.emojiSize}
|
||||
perLine={this.state.perLine}
|
||||
skin={this.state.skin}
|
||||
sheetURL={`images/sheet-${this.state.set}-64.png`}
|
||||
sheetURL={`../sheets/sheet_${this.state.set}_64.png`}
|
||||
onClick={(emoji) => console.log(emoji)}
|
||||
/>
|
||||
</div>
|
||||
|
|
After Width: | Height: | Size: 917 KiB |
After Width: | Height: | Size: 1.3 MiB |
After Width: | Height: | Size: 2.5 MiB |
After Width: | Height: | Size: 6.8 MiB |
After Width: | Height: | Size: 787 KiB |
After Width: | Height: | Size: 1.0 MiB |
After Width: | Height: | Size: 1.9 MiB |
After Width: | Height: | Size: 2.5 MiB |
After Width: | Height: | Size: 608 KiB |
After Width: | Height: | Size: 830 KiB |
After Width: | Height: | Size: 1.5 MiB |
After Width: | Height: | Size: 3.4 MiB |
After Width: | Height: | Size: 758 KiB |
After Width: | Height: | Size: 1015 KiB |
After Width: | Height: | Size: 1.8 MiB |
After Width: | Height: | Size: 4.0 MiB |