Showing 28 open source projects for "tiny-workflow"

View related business solutions
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 1
    simpleParallax.js

    simpleParallax.js

    Simple and tiny JavaScript library that adds parallax animations

    simpleParallax.js is a very simple and tiny Vanilla JS library that adds parallax animations on any image. Where it may be laborious to get results through other plugins, simpleParallax.js stands out for its ease and its visual rendering. The parallax effect is directly applied to image tags, there is no need to use background images.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    core-js

    core-js

    Modular standard library for JavaScript

    Modular standard library for JavaScript. Includes polyfills for ECMAScript up to 2021: promises, symbols, collections, iterators, typed arrays, many other features, ECMAScript proposals, some cross-platform WHATWG / W3C features and proposals like URL. You can load only required features or use it without global namespace pollution. The maintainers of core-js and the maintainers of thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Hotkeys JS

    Hotkeys JS

    A robust Javascript library for capturing keyboard input

    hotkeys-js is a tiny, framework-agnostic library for binding keyboard shortcuts in the browser, from simple key presses to complex combos and sequences. It provides a declarative API to register handlers like ctrl+k, shift+alt+p, or g g, and it normalizes key behavior across major browsers. The library includes scoping, so the same shortcut can trigger different actions depending on page context, and it offers filters to ignore inputs when the user is typing in form fields.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Style2Paints

    Style2Paints

    Sketch + style = paints

    ...The pipeline focuses on preserving line quality while spreading coherent colors and shading across regions that are often ambiguous to purely automatic methods. Iterative refinement is a core workflow: you can add or adjust hints, rerun inference, and progressively converge on a desired palette and lighting. Beyond flat fills, the model attempts plausible shading and highlights so the result feels less like a “paint bucket” and more like a finished illustration. Because it’s built for artists rather than only researchers, the project emphasizes an approachable UI, predictable edits, and reproducible outputs across sessions.
    Downloads: 7 This Week
    Last Update:
    See Project
  • Business Automation Software for SMBs Icon
    Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
    Learn More
  • 5
    NanoNeuron

    NanoNeuron

    NanoNeuron is 7 simple JavaScript functions

    Nano-Neuron is a didactic project that reduces the idea of a neuron to a handful of tiny JavaScript functions so learners can see “learning” in action without heavy frameworks. It demonstrates how a scalar input can be linearly transformed with a weight and bias, then adjusted via gradient updates to fit a simple mapping such as Celsius-to-Fahrenheit conversion. The code emphasizes readability over performance, inviting you to step through calculations and watch parameters converge. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Microbundle

    Microbundle

    Zero-configuration bundler for tiny modules

    Microbundle produces esm, cjs, umd bundles with your code compiled to syntax that works pretty much everywhere. While it's possible to customize the browser or Node versions you wish to support using a browserslist configuration, the default setting is optimal and strongly recommended. In addition to the above formats, Microbundle also outputs a modern bundle specially designed to work in all modern browsers. This bundle preserves most modern JS features when compiling your code, but ensures...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    vue-datatables-net

    vue-datatables-net

    Vue jQuery DataTables.net wrapper component

    This library is a Vue 3 wrapper for jQuery DataTables. It's a tiny wrapper that doesn't include anything, not even the datatables.net core library. You've found this library because you want to use jQuery datatables.net client-side with your application. Alternatively, if you simply want to integrate with a server-side datatables.net compatible endpoint, then I'd like to suggest looking at bootstrap-vue b-table and this component.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Svelte forms lib

    Svelte forms lib

    A lightweight library for managing forms in Svelte

    ...We use forms to log in, place orders, book flights and perform other data-entry tasks. In developing a form, it's important to create a flow that guides the user efficiently and effectively through the workflow. This library helps you build forms by exposing an easy API for form creation, validation and submission.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    jQuery MiniColors

    jQuery MiniColors

    jQuery MiniColors Plugin

    jQuery MiniColors Plugin. A tiny color picker built on jQuery.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AestheticsPro Medical Spa Software Icon
    AestheticsPro Medical Spa Software

    Our new software release will dramatically improve your medspa business performance while enhancing the customer experience

    AestheticsPro is the most complete Aesthetics Software on the market today. HIPAA Cloud Compliant with electronic charting, integrated POS, targeted marketing and results driven reporting; AestheticsPro delivers the tools you need to manage your medical spa business. It is our mission To Provide an All-in-One Cutting Edge Software to the Aesthetics Industry.
    Learn More
  • 10
    List.js

    List.js

    Library for adding search, sort, filters and flexibility to tables

    Tiny, invisible and simple, yet powerful and incredibly fast vanilla JavaScript that adds search, sort, filters and flexibility to plain HTML lists, tables, or anything. List.js can be used in three different ways. It can be on existing HTML, it can create it's own HTML or a combination of both methods. Works both lists, tables and almost anything else.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    NG6

    NG6

    An AngularJS Starter repo for AngularJS + ES6 + Webpack

    ...Styles are handled via SASS (node-sass), with each component encouraged to bundle its own styles, templates, and tests for strong locality. Overall, NG6-starter is designed as a “de facto” reference for developers who want to learn and adopt a modern workflow.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    End-To-End

    End-To-End

    End-To-End is a crypto library to encrypt, decrypt, digital sign

    ...The idea was to move cryptographic operations entirely to the user’s machine—key generation, encryption, and signature—so messages remain unreadable to intermediaries. It packaged a JavaScript crypto library, UI elements, and a browser extension workflow that could integrate with webmail-style UIs without server changes. The codebase emphasized careful key handling, usability experiments around key discovery and verification, and mitigations against common web threats like XSS. While the project ultimately transitioned into successor efforts, it helped push discussions about practical E2EE in mainstream web apps and the ergonomics of PGP-style workflows. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    vex

    vex

    A modern dialog library, configurable and easy to style

    vex is a modern dialog library which is highly configurable, easily stylable, and gets out of the way. You'll love vex because it's tiny (5.6kb minified and gzipped), has a clear and simple API, works on mobile devices, and can be customized to match your style in seconds. Drop-in replacement for alert, confirm, and prompt. Easily configurable animations which are smooth as butter. Open multiple dialogs at once and close them individually or all at once. vex will run in any ES5-compatible environment, and includes polyfills for classList and Object.assign. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    asynquence

    asynquence

    Asynchronous flow control

    asynquence is a small, promise-like flow library for composing asynchronous steps into readable sequences. Instead of juggling nested callbacks, you create a chain of operations that pass values forward and route errors consistently. It supports concurrency control via “gates” and “races,” letting multiple tasks proceed and rejoin at the right moment without complex bookkeeping. The design emphasizes clarity and debuggability, keeping stack traces and error paths straightforward. Plugins...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    embed-js

    embed-js

    A lightweight plugin to embed emojis, media, maps, tweets, code, etc.

    A lightweight JavaScript plugin to embed emojis, media, maps, tweets, code and services. embed.js was developed with a modern JavaScript workflow in mind. To use it, it's recommended you have a build system in place that can transpile ES6, and bundle modules. But at the same time, you get an already transpiled version to make your development easier. If you’re using npm package manager with a module bundler like Webpack or Browserify to consume CommonJS modules, you can use the default UMD build of the plugin by simply requiring it. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    EaselJS

    EaselJS

    Work with the HTML5 Canvas element easily

    ...It consists of a full, hierarchical display list, a core interaction model, and helper classes to make working with Canvas much easier. Added drawPolygon(), pg() and Polygon() Added commands for drawing a polygon from an array of point arrays [[x,y],[x,y],etc] with tiny API of pg as dp is already taken for polystar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Shoestring

    Shoestring

    A lightweight, simple DOM utility made to run on a tight budget.

    ...It is intended to be "just enough" of a tool to efficently write maintainable cross-browser JavaScript. The API is modeled after jQuery but we intentionally implement a tiny subset of the API to cover only the methods we commonly need in our projects. Each feature is built as an optional extension to a minimal core so each can be removed from the production build (dependencies between extensions are rare). The selector engine delegates to modern browsers' native document.querySelectorAll (IE8) and addEventListener (IE9), which means it requires browsers that support those features. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Tilt.js

    Tilt.js

    A tiny 60+fps parallax tilt hover effect for jQuery

    A tiny requestAnimationFrame powered 60+fps lightweight parallax hover tilt effect for jQuery.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    minireset.css

    minireset.css

    A tiny modern CSS reset

    ...It normalizes margins, box sizing, and some inline element behaviors so that components render predictably. The file is intentionally short and readable, making it easy to audit and tailor to your needs. Because the footprint is tiny, it’s friendly for performance-sensitive apps and component libraries. It’s well-suited for situations where you want consistent baseline behavior but prefer to supply your own design system styles on top.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    React Toolbox

    React Toolbox

    A set of React components implementing Google's Material Design

    React Toolbox is a set of React components that implements Google Material Design specification. It's built on top of some the trendiest proposals like CSS Modules (written in SASS), Webpack and ES6. The library harmoniously integrates with your Webpack workflow and it's easily customizable and very flexible. Check our awesome documentation (which is built using React Toolbox) and try all the components with live examples. We've created a playground so you don't need to install anything to fall in love with our components, so fun! React Toolbox uses CSS Modules by default to import stylesheets written using PostCSS & postcss-preset-env features. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CSSgram

    CSSgram

    CSS library for Instagram filters

    Simply put, CSSgram is a library for editing your images with Instagram-like filters directly using CSS. What we're doing is adding filters to the images, as well as applying color and/or gradient overlays via various blending techniques to mimic filter effects. This means less manual image processing and more fun filter effects on the web! We are using pseudo-elements (i.e. :before and :after) to create the filter effects, so you must apply these filters on a containing element (i.e. not a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    co

    co

    The ultimate generator based flow-control goodness for nodejs

    ...Even in a world with native async functions, co remains a concise illustration of cooperative concurrency and still works where generator syntax is preferred. Its API surface is intentionally tiny: wrap a generator, yield work, and let co drive the promise plumbing behind the scenes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Medium.js

    Medium.js

    A tiny JavaScript library for making content editable beautiful

    Medium.js keeps HTML code within content editable semantic, simple, and clean. Medium.js also supports placeholders, automatic HR (or BR, or P) creation, events, hotkeys, simple & complex element injection, and more! Medium.js is html5 compliant and has been tested in Firefox, Chrome, Safari, Opera, & IE8+. Browser support is constantly improving! This script is inspired by Medium's beautiful content editor, something we have aspired to emulate since its inception. Much more expressive and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    keymaster.js

    keymaster.js

    A simple micro-library for defining and dispatching keyboard shortcuts

    ...Keymaster has no dependencies and can be used completely standalone. It should not interfere with any JavaScript libraries or frameworks. *Preferably use a minified version that fits your workflow. You can run make to have UglifyJS (if you have it installed) create a keymaster.min.js file for you. At any point in time (even in code other than key shortcut handlers), you can query the key object for the state of any keys. This allows easy implementation of things like shift+click handlers. For example, key.shift is true if the shift key is currently pressed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    jQuery Searchable Plugin

    jQuery Searchable Plugin

    Tiny, fast jQuery plugin to search through elements as you type

    Tiny, fast jQuery plugin to search through elements as you type. This plugin is created and maintained by Stidges.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next