Skip to content
View js1016's full-sized avatar

Block or report js1016

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. text2jsvar text2jsvar Public

    text2jsvar is a lightweight JavaScript library for converting plain text to JS string variable

    JavaScript 1

  2. txt-reader txt-reader Public

    TxtReader is a JavaScript library to read text file in browsers based on FileReader API. It can read very large, huge, giant files (GB+). Demo: https://js1016.github.io/txt-reader/

    TypeScript 29 8

  3. worker-inlinify worker-inlinify Public

    worker-inlinify transforms separate web worker script reference into inline script using syntax: new Worker(window.URL.createObjectURL(new Blob(["/* Web Worker code here */"]))).

    JavaScript 11 1

  4. worker-inlinify-webpack-plugin worker-inlinify-webpack-plugin Public

    Webpack plugin to transform seperate web worker script reference into inline script.

    JavaScript