Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Prepare function, which gives back spcified frames, considering frame duration.
const counters = cine(['1', '2', '3', '4'], 250)
setInterval(() => console.log(counters()), 250);
It doesn't perform any output or events, but just gives a frame on request. Probably you should use something like setInterval to create animation.
Keep delay empty to disable internally timer.
Usefull with cli-update and cli-spinners for creating animated text in terminal output.
const update = require('log-update');
const spinners = require('cli-spinners')
const cine = require('cine')
const animation = cine(
spinners.dots.frames,
spinners.dots.interval
)
setInterval(() => update(`Loading ${animation()}`))
cine(frames : array<any | function>, interval: number, onFinish : function)
frames
Array of any values, but if frame is a function, it will be called, so you can pass another animation as one frame.
interval
Ms between frames. If you do not specify value, then frame will change only on request.
onFinish
End handler. Will be invoked at last frame.
MIT, 2018, Vladimir Morulus vladimirmorulus@gmail.com
FAQs
Frames dispanser
The npm package cine receives a total of 0 weekly downloads. As such, cine popularity was classified as not popular.
We found that cine demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.