Giter Site home page Giter Site logo

penev-palemiya / fragmentsiya Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 78 KB

Fragmentsiya — a robust JavaScript library that splits text into unique fragments, providing fine-grained control and customization over individual characters with unique and randomized indexing capabilities.

License: MIT License

TypeScript 64.11% JavaScript 35.89%

fragmentsiya's Introduction

Fragmentsiya

Fragmentsiya is a robust JavaScript library that splits text into unique fragments, providing fine-grained control and customization over individual characters with unique and randomized indexing capabilities.

Installation

To install Fragmentsiya, you can use npm:

npm install @penev_palemiya/fragmentsiya

Usage

First, import the Fragmentsiya library in your file:

import { Fragmentsiya } from '@penev_palemiya/fragmentsiya';

Create an instance of Fragmentsiya:

const fragmentsiya = Fragmentsiya.getInstance();

Then, use the split function to split your text into fragments. Here's an example:

spliter.split({
  text: "Your text goes here",
  processor: (span, charIndex, totalChars) => {
    // Your custom logic here
  },
  randomize: true
});

Configuration

The split function accepts a configuration object with the following properties:

  • text (String) - The text to split into fragments.
  • processor (Function) - A callback function that gets executed on each character. This function gets three arguments:
    • span (HTMLElement): The span element that wraps the character.
    • charIndex (Number): The index of the current character in the word.
    • totalChars (Number): The total number of characters in the word.
  • randomize (Boolean) - If set to true, assigns each character a unique random index. Default is false.

Contribution

Contributions are welcome. Please fork this repository and submit your PR.

License

Fragmentsiya is MIT licensed.

Author

Penev Vladislav

Contact

For any inquiries, you can reach out to Penev at [email protected]

fragmentsiya's People

Contributors

penev-palemiya avatar

Stargazers

Alexey Skripka avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.