emojipasta

package module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 28, 2022 License: MIT Imports: 5 Imported by: 0

README

emojipasta

This⬆ library allows you👉 to😊👬🙊 create📲📲📲 emojipastas😃😃 like😤😁 this❓🏻 one😤♿

This is just a porting of a porting that a friend of mine made.

  • The code is trash and was done just for fun, this thing is not optimized. Have fun with it!

  • Uses edb.prebuilt.json from emojibot2

Example Code

package main

import (
	"fmt"
	"strings"

	"github.com/Neo-Desktop/emojipasta"
)

func main() {
	input := "This library allows you to create emojipastas like this one"
	output := emojipasta.Generate(strings.Split(input, " "), 3, false)
	fmt.Println(output)
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Generate

func Generate(input []string, maxEmojisPerWord int, fixedEmojiNumber bool) (output string)

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL