UNPKG

executor-fn

Version:

A lightweight function wrapper with optional state, history, undo/redo, and reset support. Use like a normal function or unlock powerful time-travel features.

15 lines (12 loc) 308 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>executor-fn Demo</title> </head> <body> <div id="root"></div> <script type="module" src="./index.js"></script> </body> </html>