
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
@saipulanuar/jadianime-ts
Advanced tools
Convert your selfie to Anime style with QQ
npm i @saipulanuar/jadianime-ts
const { JadiAnime } = require('@saipulanuar/jadianime-ts')
async function toAnime(path) {
try {
let image = await JadiAnime(path)
console.log(image)
} catch (e) {
console.log(e)
}
}
toAnime(__dirname + '/eula.jpg') // Path to your selfie
const { JadiAnime } = require('@saipulanuar/jadianime-ts')
async function toAnime(path) {
try {
let options = {
// You can use proxy option if QQ banned your region.
proxy: "socks5://172.105.247.104:8080", // https or socks5
qqmode: 'china' // Use China or World
// You must use china proxy if using qqmode china
}
let image = await JadiAnime(path, options)
console.log(image)
} catch (e) {
console.log(e)
}
}
toAnime(__dirname + '/eula.jpg') // Path to your selfie
Software contributions are welcome. If you are not a dev, testing and reproting bugs can also be very helpful!
Please open an issue if you have questions, wish to request a feature, etc.
FAQs
A free and unlimited API for QQ Anime Ai
The npm package @saipulanuar/jadianime-ts receives a total of 9,980 weekly downloads. As such, @saipulanuar/jadianime-ts popularity was classified as popular.
We found that @saipulanuar/jadianime-ts 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
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.