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

Organizations

@chytanka
Block or Report

Block or report rodzyk

Report abuse

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

Report abuse

Pinned Loading

  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" />