
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
osunext-sig
Advanced tools
osu!next signature creator for Javascript. It uses lemmmy.pw/osusig for that!
npm install osunext-sig --save
var nextsig = require("osunext-sig");
console.log(nextsig('osu account name here', {
//all of the options are optional, using them or just some of them is up to you
color: 'hex code here', //string, the hex color code for the signature background
game_mode: , //integer, game mode that will display user stats, 0 for standard, 1 for taiko, 2 for ctb and 3 for mania
pp_display: , //integer, this will edit the display for pp, -1 doesn't show, 0 replaces level, 1 shows after accuracy, 2 shows above rank
online_indicator: , //integer, displays online status if it is, 0 won't show, 1 glows around sig, 2 does a green triangle in avatar and 3 glows and does a triangle
avatar_rounding: , //integer, the number of pixels that will make the avatar round or cicle itself, can be from 0 to 36
country_rank: , //boolean, display country rank
remove_avatar_margin: , //boolean, removes the margin for the avatar
flag_shadow: , //boolean, adds a shadow to the user flag
flag_stroke: , //boolean, highlights in white the background
opaque_avatar: , //boolean, makes the avatar a bit opaque
dark_triangles: , //boolean, triangles from the background will be darker
dark_header: , //boolean, makes the signature header a bit darker
replace_playcount_with_scorecount: , //boolean, replaces the play count by the ranked score count
xp_bar: , //boolean, shows the xp bar and the level
xp_color: //boolean, if xp_bar option is enabled, this will color it of the same color as the signature background
}));
Currently using the MIT license.
FAQs
osu!next signature generator for Javascript
The npm package osunext-sig receives a total of 2 weekly downloads. As such, osunext-sig popularity was classified as not popular.
We found that osunext-sig 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
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.