MCPcopy Index your code
hub / github.com/brijeshb42/blurt

github.com/brijeshb42/blurt @1.0.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.0.2 ↗ · + Follow
10 symbols 20 edges 2 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Blurt

A javascript default alert(), confirm() and prompt() replacement. Inspired by sweetAlert but custom implementation.

Visit blurt project site

blurt()

Installation

  • Just download the latest zip of blurt.
  • And link the blurt.min.css and blurt.min.js files in your webpage.

  • After page load, show the blurt using: blurt('Your message here.')

Development

  • Clone the project git clone https://github.com/brijeshb42/blurt.git.
  • Then cd into blurt directory.
  • npm install installs the node modules required during development.
  • Runnig grunt command initialises dev files and watches for changes made to blurt.js and scss files.
  • Make your changes to src/js/blurt.js or sass/*.scss.
  • After making changes, grunt dist creates the final minified css and js files in dist directory.
  • Use the generated blurt.min.js and blurt.min.css in your web page to use blurt .

Issues

Report issues here.

Bugs-to-fix

  • Uses css animations which may not be supported in old browsers.

Todo

  • Implement icons for each of the blurt types, i.e, success, info, error and warning.
  • Implement fadeIn and fadeOut to support older browsers which do not support css animation.

License

MIT License

Core symbols most depended-on inside this repo

_hide
called by 3
src/js/blurt.js
_makeEscapable
called by 2
src/js/blurt.js
_commonFunction
called by 2
src/js/blurt.js
_initializeBlurt
called by 1
src/js/blurt.js
_processParamsBlurt
called by 1
src/js/blurt.js
_processParamsBrompt
called by 1
src/js/blurt.js
_initializeBrompt
called by 1
src/js/blurt.js
_docEscListener
called by 0
src/js/blurt.js

Shape

Function 10

Languages

TypeScript100%

Modules by API surface

src/js/blurt.js10 symbols

For agents

$ claude mcp add blurt \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact