Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@dicebear/pixel-art-neutral
Advanced tools
Avatar Style for DiceBear
Pixel Art Neutral by DiceBear
Pixel Art Neutral by DiceBear, licensed under CC0 1.0.
See license overview for more information.
9.0.0
This release fixes a compatibility issue with Next.js caused by the converter that can convert generated SVG avatars to PNG and JPEG. As of this version, the converter is no longer part of the core library and must be installed separately.
toDataUri
is now synchronous and toDataUriSync
has been removed
accordingly.
toPng
and toJpeg
have been removed. These functions can still be used if
the @dicebear/converter
library is installed, which provides these two
methods.
Before:
import { createAvatar } from '@dicebear/core';
import { bottts } from '@dicebear/collection';
const avatar = createAvatar(bottts);
const png = await avatar.toPng();
After:
import { createAvatar } from '@dicebear/core';
import { bottts } from '@dicebear/collection';
import { toPng } from '@dicebear/converter';
const avatar = createAvatar(bottts);
const png = await toPng(avatar);
See Documentation for more information.
toFile
has been removed as the behaviour of the function cannot be kept
consistent across the environments. Such a method must be implemented
yourself.
toArrayBuffer
for SVG format has been removed.
toPng
and toJpeg
now support fonts
as an option to set custom fonts. See
Documentation for
more information.FAQs
Avatar style for DiceBear
The npm package @dicebear/pixel-art-neutral receives a total of 5,596 weekly downloads. As such, @dicebear/pixel-art-neutral popularity was classified as popular.
We found that @dicebear/pixel-art-neutral demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.