Skip to content
View rodzyk's full-sized avatar
🐗
🐗

Organizations

@chytanka
Block or Report

Block or report rodzyk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. chytanka/chytanka.github.io chytanka/chytanka.github.io Public

    A PWA for comfortable manga and comic reading with minimalist design and night mode, built with Angular.

    TypeScript 1

  2. wgb wgb Public

    The app is designed to help readers track the days in between chapters of their favorite comic.

    TypeScript 1

  3. SVG filter 8-bit color SVG filter 8-bit color
    1
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
    2
    	<filter id="8bit-color" color-interpolation-filters="sRGB">
    3
    		<feComponentTransfer>
    4
    			<feFuncR type="discrete" tableValues="0 0.125 0.251 0.376 0.502 0.627 0.753 0.878" />
    5
    			<feFuncG type="discrete" tableValues="0 0.125 0.251 0.376 0.502 0.627 0.753 0.878" />